VisualStyleElement.State Property

Definition

Gets a value indicating the state of the visual style element that this VisualStyleElement represents.

public:
 property int State { int get(); };
public int State { get; }
member this.State : int
Public ReadOnly Property State As Integer

Property Value

A value that represents the state of a visual style element.

Remarks

A visual style part can have one or more visual states. For example, a visual style element that represents a radio button can be in the disabled, checked, or unchecked state.

State values are integers that range from 1 to the number of states defined for a particular part. For more information on visual style classes, parts, and states, see Parts and States.

Applies to

See also