System.Windows.Forms.VisualStyles.StringProperty Enumeration

Identifies the string properties of a visual style element.

Syntax

public enum StringProperty

Remarks

The System.Windows.Forms.VisualStyles.StringProperty enumeration represents a set of string properties that describe visual style elements. The System.Windows.Forms.VisualStyles.StringProperty values are used as an argument in the VisualStyleRenderer.GetString(StringProperty) method to specify which property value to retrieve for the element that the System.Windows.Forms.VisualStyles.VisualStyleRenderer currently represents.

Members

Member NameDescription
Text

The text that will be displayed with the element.

Requirements

Namespace: System.Windows.Forms.VisualStyles
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0