MESCIUS SPREAD for Windows Forms 17.0J
AcceptsTabChar プロパティ (GcComboBoxCellType)

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

プロパティ値

文字列をコピー、切り取り、および貼り付けるときのTab文字の処理モードを示す<see cref="T:GrapeCity.Win.Spread.InputMan.CellType.TabCharMode" />列挙体。<br />
既定値は TabCharMode.NoControl です。
例外
例外説明
System.ComponentModel.InvalidEnumArgumentException指定された項目が有効なTabCharModeではありません。
解説
<b>TabCharMode.Cut</b>に設定すると、<b>GcComboBox</b>で文字列をコピー、切り取り、および貼り付けるときに標準の<b>TextBox</b>と同じように動作します。
参照

GcComboBoxCellType クラス
GcComboBoxCellType メンバ

 

 


© MESCIUS inc. All rights reserved.