The following tables list the members exposed by UserDrawnCharacterEventArgs.
"| Name | Description | |
|---|---|---|
![]() | UserDrawnCharacterEventArgs Constructor | Initializes a new instance of the UserDrawnCharacterEventArgs Class |
| Name | Description | |
|---|---|---|
![]() | Character | The character from the control's Text property. |
![]() | Graphics | A handle to the Graphics object responsible for the drawing. |
![]() | IsValid | Determines if the current character is a valid one the control can render in its display. |
![]() | PaintCharacter | Indicates to the control if the default painting routines should be used or not. |
![]() | Position | The index of the character within the control's Text property. |
![]() | Rect | The rectangle representing the size and location of the area for character in the control's display. |

