HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

RadioButtonStateEnum Enumeration

Defines the state of a radiobutton.

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

Syntax

public enum RadioButtonStateEnum;
Public Enum RadioButtonStateEnum

Values

NameDescription
UncheckedThe radiobutton is not selected.
CheckedThe radiobutton is selected.

Comments

Defines the state of a radiobutton.

See Also | Classes | SftTree/NET 3.0