System.Windows.Forms.VisualStyles.VisualStyleElement.ClassName Property

Gets the class name of the visual style element that this System.Windows.Forms.VisualStyles.VisualStyleElement represents.

Syntax

public string ClassName { get; }

Value

Documentation for this section has not yet been entered.

Remarks

A class name refers to a group of related visual style elements that are typically drawn together. A class name can correspond to a control, such as "SCROLLBAR" and "TRACKBAR", but a class name can also refer to a group of elements that do not correspond to a particular control, such as "EXPLORERBAR" and "STARTPANEL".

For more information on visual style classes, parts, and states, see "Parts and States" in the Windows Shell documentation at ..

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