PowerTools SPREAD for Windows Forms 10.0J
AlternateText プロパティ (GcComboBoxCellType)


GcComboBoxコントロールの代替テキストを取得します。
構文
'Declaration
 
Public ReadOnly Property AlternateText As ComboBoxAlternateTextInfo
'使用法
 
Dim instance As GcComboBoxCellType
Dim value As ComboBoxAlternateTextInfo
 
value = instance.AlternateText
public ComboBoxAlternateTextInfo AlternateText {get;}

プロパティ値

代替テキストを示すComboBoxAlternateTextInfo値。
解説
現在の値がSystem.String.Emptyで、このコントロールに入力フォーカスがある場合、GrapeCity.Win.TextプロパティはComboBoxAlternateText.Null設定(nullではない)と等しくなります。現在の値がnull 参照 (Visual Basicでは Nothing)で、このコントロールに入力フォーカスがない場合、GrapeCity.Win.TextプロパティはComboBoxAlternateText.DisplayNull設定と等しくなります。
参照

GcComboBoxCellType クラス
GcComboBoxCellType メンバ

 

 


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