CheckBoxStyles

Use these constants with CheckBox.Style to specify the style of the CheckBox control.

  • 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.

See Also

CheckBox.Style