[]
Summary description for Checkbox.
[DefaultSize(1, 0.2)]
public sealed class CheckBox : ARControl, IComponent, IDisposable, IPersistControl, ISupportInitialize
Name | Description |
---|---|
CheckBox() | Initializes a new instance of the CheckBox class. |
Name | Description |
---|---|
BackColor | Sets/gets controls BackColor. |
CheckAlignment | Gets or sets the alignment of the checkbox text within the control drawing area. |
Checked | Gets or sets a value indicating the state of the checkbox. |
ClassName | Gets or sets a style rule class name. The style rule is used to format the control. |
ControlType | |
Font | Sets/gets control's font. |
ForeColor | Gets/sets control's ForeColor style. |
Padding | Determaines the padding in points |
Style | Gets or sets a style string for the checkbox. |
Text | Gets or sets the printed caption of the checkbox. |
WrapMode | Sets/gets control's wrap mode using CSS. |
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. |