In This Topic
The following tables list the members exposed by Field.
Public Properties
Public Methods
| 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. |
Top
Protected Methods
| Name | Description |
 | CharPositionToX | Converts the char position to x coordinate position. |
 | XToCharPosition | Converts the x coordinate position to char position. |
Top
Public Events
| 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. |
Top
See Also