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


ドロップダウンエディットウィンドウの現在のテキストを取得または設定します。
構文
'Declaration
 
Public Property Text As String
'使用法
 
Dim instance As DropDownEditor
Dim value As String
 
instance.Text = value
 
value = instance.Text
public string Text {get; set;}

プロパティ値

テキストを示すSystem.String値。
デフォルト値はSystem.String.Emptyです。
参照

DropDownEditor クラス
DropDownEditor メンバ

 

 


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