The following tables list the members exposed by Field.
| Name | Description | |
|---|---|---|
![]()  | BackColor | Gets or sets the background color of the Field. | 
![]()  | Focused | Gets a value indicating whether the Field has input focus. | 
![]()  | Font | Gets or sets the font of the Field. | 
![]()  | ForeColor | Gets or sets the foreground color of the Field. | 
![]()  | InputStatus | Gets the current input status of the Field. | 
![]()  | Margin | Gets or sets the space around the Field. | 
![]()  | Name | Gets or sets the name of the object. | 
![]()  | Padding | Gets or sets padding within the Field. | 
![]()  | SelectionLength | Gets the length of the selection. | 
![]()  | SelectionStart | Gets the selection start position. | 
![]()  | Size | Gets the size of the Field. | 
![]()  | Text | Gets text of the Field. | 
| Name | Description | |
|---|---|---|
![]()  | PointContainerToField | Computes the location of the specified container point into field coordinates. | 
![]()  | PointFieldToContainer | Computes the location of the specified field point into container coordinates. | 
![]()  | ResetFont | Resets the Font property to default value. | 
![]()  | ResetForeColor | Resets the ForeColor property to default value. | 
| Name | Description | |
|---|---|---|
![]()  | CharPositionToX | Converts the char position to x coordinate position. | 
![]()  | XToCharPosition | Converts the x coordinate position to char position. | 
| Name | Description | |
|---|---|---|
![]()  | Enter | Occurs when the input focus enters the field. | 
![]()  | Leave | Occurs when the input focus leaves the field. | 
![]()  | Paint | Occurs when the field is redrawn. | 
    
    
    
    
    
    


