CheckBox.Style
- 更新日2025-07-21
- 1分で読める
CheckBox.Style
Syntax
CheckBox.Style
Data Type
Use the following constants with this data type:
- CheckBoxStyle_Button –(Value: 1) Specifies that the CheckBox control is a toggle button that you can toggle to an up or down state.
- CheckBoxStyle_Normal –(Value: 0) Specifies that the CheckBox control is normal in appearance.
Purpose
Specifies the appearance of the control.