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.