[]
CheckBox input field component
[DefaultSize(1, 0.2)]
public class InputFieldCheckBox : InputField, IComponent, IDisposable, IPersistControl
| Name | Description |
|---|---|
| InputFieldCheckBox() |
| Name | Description |
|---|---|
| CheckSize | Sets the size of check symbol inside the CheckBox |
| CheckStyle | Sets the size of check symbol inside the CheckBox |
| Checked | Shows the check box selected unless the user deselects it. |
| ControlType |
| Name | Description |
|---|---|
| QuickLoad(BinaryReader) | Loads the control from specified binary reader. |
| QuickSave(BinaryWriter) | Saves the control to the specified binary writer. |
| ReadXml(XmlNode) | Reads the control from specified XML node. |
| WriteXml(XmlElement) | Writes the control as XML to specified XML node. |