PowerTools SPREAD for Windows Forms 8.0J
State プロパティ (ElementWindowless)


要素の状態を取得または設定します。
構文
'Declaration
 
Public Overridable Property State As ElementState
'使用法
 
Dim instance As ElementWindowless
Dim value As ElementState
 
instance.State = value
 
value = instance.State
public virtual ElementState State {get; set;}

プロパティ値

要素の状態を決定する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 列挙体

 

 


© 2004-2015, GrapeCity inc. All rights reserved.