public virtual ElementState State {get; set;}
'宣言 Public Overridable Property State As ElementState
'宣言
Public Overridable Property State As ElementState
このプロパティは、要素の状態(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 列挙体
© MESCIUS inc. All rights reserved.