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.