Class
DesktopCheckBox

Represents check box control.

Definition

Constructors

DesktopCheckBox()

Declaration

cs-api-definition
public DesktopCheckBox()

Properties

Checked

Indicates whether check box is checked or not.

Declaration

cs-api-definition
public bool Checked { get; }

Property Value

bool

State

Check box state.

Declaration

cs-api-definition
public ToggleState State { get; }

Property Value

ToggleState

Methods

InitControl(DesktopElement)

Initialize desktop control.

Declaration

cs-api-definition
protected override void InitControl(DesktopElement element)

Parameters

element

DesktopElement

Underlying element.

Overrides DesktopControl.InitControl(DesktopElement)

Toggle()

Toggle between check box states.

Declaration

cs-api-definition
public void Toggle()