System.Windows.Forms.CheckBox.Appearance Property

Gets or sets the value that determines the appearance of a System.Windows.Forms.CheckBox control.

Syntax

[System.ComponentModel.Localizable(true)]
[System.ComponentModel.DefaultValue(System.Windows.Forms.Appearance.Normal)]
public Appearance Appearance { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

If CheckBox.Appearance value is set to Appearance.Normal, the System.Windows.Forms.CheckBox has a typical appearance. If the value is set to Button, the System.Windows.Forms.CheckBox appears like a toggle button, which can be toggled to an up or down state.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0