TCheckBoxState Enumeration

Represents type TCheckBoxState.

Namespace: System.UI.Controls
type
 TCheckBoxState = (cbsUnchecked, cbsChecked, cbsGrayed);

The TCheckBoxState type exposes the following members.

Show:
 NameDescription
cbsChecked

Represents constant cbsChecked.

cbsGrayed

Represents constant cbsGrayed.

cbsUnchecked

Represents constant cbsUnchecked.

Top