public virtual ElementState State {get; set;}
'Declaration Public Overridable Property State As ElementState
'Declaration
Public Overridable Property State As ElementState
'使用法 Dim instance As ElementControl Dim value As ElementState instance.State = value value = instance.State
'使用法
Dim instance As ElementControl Dim value As ElementState instance.State = value value = instance.State
このプロパティは、コントロールの状態(Active、Inverted、Inactiveのいずれか)を取得または設定するときに使用します。
このプロパティが使用できるのは実行時のみです。
ElementControl クラス ElementControl メンバ ElementState 列挙体
© 2004-2018, GrapeCity Inc. All rights reserved.