PowerTools SPREAD for Windows Forms 10.0J
Text プロパティ (Field)


Field のテキストを取得します。
構文
'Declaration
 
Public ReadOnly Property Text As String
'使用法
 
Dim instance As Field
Dim value As String
 
value = instance.Text
public string Text {get;}

プロパティ値

Field のテキストを示す System.String 値。
既定値は System.String.Empty です。
参照

Field クラス
Field メンバ

 

 


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