VisualStyleRenderer.Class Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the class name of the current visual style element.
public:
property System::String ^ Class { System::String ^ get(); };
public string Class { get; }
member this.Class : string
Public ReadOnly Property Class As String
Property Value
A string that identifies the class of the current visual style element.
Remarks
This property identifies a group of related controls or user interface (UI) elements. For more information about the class, part, and state of a visual style element, see the VisualStyleElement class.