GrapeCity SPREAD for Windows Forms 11.0J
Enabled プロパティ (TouchToolBarButton)


System.Windows.Forms.ToolStripItemの親コントロールが有効かどうかを示す値を取得または設定します。
構文
'Declaration
 
Public Overrides Property Enabled As Boolean
'使用法
 
Dim instance As TouchToolBarButton
Dim value As Boolean
 
instance.Enabled = value
 
value = instance.Enabled
public override bool Enabled {get; set;}

プロパティ値

System.Windows.Forms.ToolStripItemの親コントロールが有効な場合はtrue。それ以外の場合はfalse。デフォルト値はtrueです。
参照

TouchToolBarButton クラス
TouchToolBarButton メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.