VisualStyleRenderer.State 属性

定义

获取当前视觉样式元素的状态。

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

属性值

Int32

一个标识当前视觉样式元素的状态的值。

注解

此属性标识由当前和Part属性值标识的元素的当前Class视觉状态。 有关视觉样式元素的类、部件和状态的详细信息,请参阅该 VisualStyleElement 类。

适用于