Terminal.Gui
1.0.0.0
Terminal.Gui.View
The Checkbox View shows an on/off toggle that the user can set
To be added.
Constructor
1.0.0.0
S.
If set to true is checked.
Public constructor, creates a CheckButton based on the given text, uses Computed layout and sets the height and width.
To be added.
Constructor
1.0.0.0
To be added.
To be added.
To be added.
Public constructor, creates a CheckButton based on
the given text at an absolute position.
The size of CheckButton is computed based on the
text length. This CheckButton is not toggled.
Constructor
1.0.0.0
To be added.
To be added.
To be added.
To be added.
Public constructor, creates a CheckButton based on
the given text at the given position and a state.
The size of CheckButton is computed based on the
text length.
Property
1.0.0.0
System.Boolean
The state of the checkbox.
To be added.
To be added.
Method
1.0.0.0
System.Boolean
To be added.
To be added.
To be added.
To be added.
Method
1.0.0.0
System.Void
To be added.
To be added.
Method
1.0.0.0
System.Boolean
To be added.
To be added.
To be added.
To be added.
Method
1.0.0.0
System.Void
To be added.
To be added.
To be added.
Property
1.0.0.0
NStack.ustring
The text displayed by this widget.
To be added.
To be added.
Event
1.0.0.0
System.EventHandler
Toggled event, raised when the CheckButton is toggled.
Client code can hook up to this event, it is
raised when the checkbutton is activated either with
the mouse or the keyboard.