PowerTools SPREAD for Windows Forms 8.0J
Text プロパティ (DateLiteralFieldInfo)


リテラル文字列を取得または設定します。
構文
'Declaration
 
Public Property Text As String
'使用法
 
Dim instance As DateLiteralFieldInfo
Dim value As String
 
instance.Text = value
 
value = instance.Text
public string Text {get; set;}

プロパティ値

フィールドのリテラルテキストを示す System.String 値。
既定値は System.String.Empty です。
解説
このプロパティは、GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType に入力フォーカスがあるときに表示されるリテラルテキストを取得します。
参照

DateLiteralFieldInfo クラス
DateLiteralFieldInfo メンバ

 

 


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