GrapeCity SPREAD for Windows Forms 11.0J
AcceptsTabChar プロパティ (GcComboBoxCellType)


文字列をコピー、切り取り、および貼り付けるときのTab文字の処理方法を取得または設定します。
構文
'Declaration
 
Public Property AcceptsTabChar As TabCharMode
'使用法
 
Dim instance As GcComboBoxCellType
Dim value As TabCharMode
 
instance.AcceptsTabChar = value
 
value = instance.AcceptsTabChar
public TabCharMode AcceptsTabChar {get; set;}

プロパティ値

文字列をコピー、切り取り、および貼り付けるときのTab文字の処理モードを示すTabCharMode列挙体。
デフォルト値はTabCharMode.NoControlです。
例外
例外説明
System.ComponentModel.InvalidEnumArgumentExceptionvalueが有効なTabCharMode項目ではありません。
解説
TabCharMode.Cutに設定すると、GcComboBoxで文字列をコピー、切り取り、または貼り付けるときの動作が標準のTextBoxと同じになります。
参照

GcComboBoxCellType クラス
GcComboBoxCellType メンバ

 

 


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