Uncheck メソッド (JCheckBox)
クラス
JCheckBox
.
処理
チェック ボックスのチェックを外します。
構文
C#
checkBox
.
Uncheck
()
VB
checkBox
.
Uncheck
()
例
VB
forwardCheckBox.Uncheck
()