Check メソッド (AWTCheckbox)
クラス
AWTCheckbox
.
処理
チェック ボックスをチェックします。
構文
C#
checkbox
.
Check
()
VB
checkbox
.
Check
()
例
VB
caseSensitiveCheckBox.Check
()