HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

CheckBoxStateEnum Enumeration

Defines the state of a checkbox.

Class: (none)
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET

Syntax

public enum CheckBoxStateEnum;
Public Enum CheckBoxStateEnum

Values

NameDescription
UncheckedThe checkbox is unchecked.
CheckedThe checkbox is checked.
IndeterminateThe checkbox is neither checked nor unchecked and has a shaded appearance.

Comments

Defines the state of a checkbox.

See Also | Classes | SftTree/NET 3.0