PowerTools SPREAD for Windows Forms 8.0J
AlternateText プロパティ (GcTextBoxCellType)


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

プロパティ値

代替テキストを示す TextBoxAlternateText 値。
解説
現在の値がSystem.String.Emptyで、このコントロールに入力フォーカスがある場合、このGcTextBox.TextプロパティはTextBoxAlternateText.Null設定(nullではない)と等しくなります。現在の値がnull 参照 (Visual Basicでは Nothing)で、このコントロールに入力フォーカスがない場合、GcTextBox.TextプロパティはTextBoxAlternateText.DisplayNull設定と等しくなります。
次のサンプルコードは、AlternateText プロパティを使用します。
GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxCellType textcell = new GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxCellType();
textcell.AlternateText.DisplayNull.Text = "test";
fpSpread1.Sheets[0].Cells[0, 0].CellType = textcell;
Dim textcell As New GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxCellType()
textcell.AlternateText.DisplayNull.Text = "test"
FpSpread1.Sheets(0).Cells(0, 0).CellType = textcell
参照

GcTextBoxCellType クラス
GcTextBoxCellType メンバ

 

 


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