StringProperty Enumeration

 

Identifies the string properties of a visual style element.

Namespace:   System.Windows.Forms.VisualStyles
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public enum class StringProperty

Member nameDescription
Text

The text that will be displayed with the element.

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

.NET Framework
Available since 2.0
Return to top
Show: