CheckBox.Style

Syntax

CheckBox.Style

Data Type

CheckBoxStyles

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.