Clear メソッド (AWTTextComponent)
クラス
AWTTextComponent
.
処理
すべてのテキストをテキスト コンポーネントから削除します。
構文
C#
textComponent
.
Clear
()
VB
textComponent
.
Clear
()
例
VB
textComponent.Clear
()