PowerTools SPREAD for Windows Forms 8.0J
ReadOnly プロパティ (DropDownEditorInfo)


ドロップダウンエディタが読み取り専用かどうかを示す値を取得または設定します。
構文
'Declaration
 
Public Property ReadOnly As Boolean
'使用法
 
Dim instance As DropDownEditorInfo
Dim value As Boolean
 
instance.ReadOnly = value
 
value = instance.ReadOnly
public bool ReadOnly {get; set;}

プロパティ値

bool 値。ドロップダウンエディタが読み取り専用の場合は true。それ以外の場合は false
既定値は false です。
参照

DropDownEditorInfo クラス
DropDownEditorInfo メンバ

 

 


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