GrapeCity SPREAD for Windows Forms 11.0J
Selectable プロパティ (ElementStyle)


ユーザーが要素を操作できるかどうかを取得または設定します。
構文
'Declaration
 
Public Overridable Property Selectable As Boolean
'使用法
 
Dim instance As ElementStyle
Dim value As Boolean
 
instance.Selectable = value
 
value = instance.Selectable
public virtual bool Selectable {get; set;}

プロパティ値

Boolean 値:ユーザーが要素を選択できる場合は True、それ以外の場合は False
解説

このプロパティは、ユーザーが要素を操作できるかどうかを指定するときに設定します。たとえば、ボタンを押したり項目を選択したりできるかどうかを指定します。

このプロパティをCanFocusプロパティおよびEnabledプロパティと比較すると、CanFocusプロパティは、要素がフォーカスを受け取るかどうかを指定し、Enabledプロパティは、要素をグレー表示にするかどうかと、ユーザーがコントロールを操作できるかどうかを指定します。

参照

ElementStyle クラス
ElementStyle メンバ
CanFocus プロパティ
Enabled プロパティ

 

 


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