Class CheckBox
CheckBox control
public class CheckBox : ButtonBase, ICloneable
- Inheritance
-
objectCheckBox
- Implements
- Derived
- Inherited Members
Constructors
CheckBox()
public CheckBox()
Fields
IsChecked
protected bool IsChecked
Field Value
Properties
Checked
Is this control currently checked?
public virtual bool Checked { get; set; }
Property Value
OnChanged
A Lua script to execute when the control's value has changed
[FileType("Lua")]
public string? OnChanged { get; set; }
Property Value
Text
The text displayed on the control
public override string Text { get; set; }
Property Value
Methods
Clone()
Creates a deep copy of this instance.
public override Control Clone()
Returns
CloneCheckBox()
Creates a deep copy of this CheckBox instance.
public CheckBox CloneCheckBox()
Returns
CloneFromTo(CheckBox, CheckBox)
Copies all members declared by CheckBox from one instance to another.
protected static void CloneFromTo(CheckBox from, CheckBox to)