SetText メソッド (RumbaTextField)
クラス
RumbaTextField
.
処理
テキスト フィールドのテキストを設定します。
構文
C#
textField
.
SetText
(
text
)
VB
textField
.
SetText
(
text
)
変数
説明
text
設定するテキスト。
String
。