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