[]
Base input field component
public abstract class InputField : ARControl, IComponent, IDisposable, IPersistControl
| Name | Description |
|---|---|
| InputField() |
| Name | Description |
|---|---|
| BackColor | Background color |
| BorderColor | Border color |
| BorderStyle | Border style |
| BorderWidth | Border width |
| FieldName | Specifies the unique name of the field. |
| ForeColor | Font color |
| ReadOnly | Prevents the user from changing the form field content. |
| Required | Forces the user to fill in the selected field. |
| TabIndex | Specifies the tab index. |
| 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. |