PowerTools SPREAD for Windows Forms 8.0J
Editable プロパティ (TabStrip)


シートタブのテキストをダブルクリックして編集できるかどうかを表す値を取得または設定します。
構文
'Declaration
 
Public Property Editable As Boolean
'使用法
 
Dim instance As TabStrip
Dim value As Boolean
 
instance.Editable = value
 
value = instance.Editable
public bool Editable {get; set;}

プロパティ値

Boolean:タブを編集できる場合はTrue、それ以外の場合はFalse
次のサンプルコードは、ユーザーがシートタブのテキストをダブルクリックして編集できるかどうかを設定します。
fpSpread1.TabStrip.Editable = true;
FpSpread1.TabStrip.Editable = True
参照

TabStrip クラス
TabStrip メンバ

 

 


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