SetText メソッド (AWTTextComponent)
クラス
AWTTextComponent
.
処理
テキスト コンポーネントのテキストを指定したテキストに設定します。
構文
C#
textComponent
.
SetText
(
text
)
VB
textComponent
.
SetText
(
text
)
変数
説明
text
テキスト コンポーネントの新しいテキスト。
String
。
例
VB
textComponent.SetText
("SilkTest")