VisualStyleRenderer.Class Property

Definition

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.

Applies to