public virtual ElementState State {get; set;}
'Declaration Public Overridable Property State As ElementState
'Declaration
Public Overridable Property State As ElementState
'使用法 Dim instance As ElementWindowless Dim value As ElementState instance.State = value value = instance.State
'使用法
Dim instance As ElementWindowless Dim value As ElementState instance.State = value value = instance.State
このプロパティは、要素の状態(Active、Inverted、Inactiveのいずれか)を取得または設定するときに使用します。
このプロパティが使用できるのは実行時のみです。
Font f = new System.Drawing.Font("MS Sans Serif", 12, FontStyle.Bold); element.Font = f; element.State = FarPoint.Win.ElementState.Inverted;
Dim f As New System.Drawing.Font("MS Sans Serif", 12, FontStyle.Bold) element.Font = f element.State = FarPoint.Win.ElementState.Inverted
ElementWindowless クラス ElementWindowless メンバ ElementState 列挙体
© 2004-2017, GrapeCity inc. All rights reserved.