PowerTools SPREAD for Windows Forms 10.0J
TextBoxStyle プロパティ


エディタの外観スタイルを示すTextBoxStyle値を取得または設定します。
構文
'Declaration
 
Public Property TextBoxStyle As TextBoxStyle
'使用法
 
Dim instance As GcComboBoxCellType
Dim value As TextBoxStyle
 
instance.TextBoxStyle = value
 
value = instance.TextBoxStyle
public TextBoxStyle TextBoxStyle {get; set;}

プロパティ値

TextBoxStyle値。
デフォルト値はTextBoxStyle.TextOnlyです。
解説
このプロパティは、このGcComboBoxの編集領域にテキストのみ、画像のみ、またはその両方のいずれが表示されるかを決定します。
参照

GcComboBoxCellType クラス
GcComboBoxCellType メンバ

 

 


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