VisualStyleRenderer.State 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取当前视觉样式元素的状态。
public:
property int State { int get(); };
public int State { get; }
member this.State : int
Public ReadOnly Property State As Integer
属性值
一个标识当前视觉样式元素的状态的值。
注解
此属性标识由当前和Part属性值标识的元素的当前Class视觉状态。 有关视觉样式元素的类、部件和状态的详细信息,请参阅该 VisualStyleElement 类。