The following tables list the members exposed by UserDrawnDisplayAreaEventArgs.
"| Name | Description | |
|---|---|---|
![]() | UserDrawnDisplayAreaEventArgs Constructor | Creates a new instance of the UserDrawnDisplayAreaEventArgs Class |
| Name | Description | |
|---|---|---|
![]() | Graphics | A handle to the graphics object used to draw the display area. |
![]() | PaintDisplayArea | Determines if the internal routines of the control should draw the display area. When the PaintDisplayArea property is set to False the control does not execute its internal paint routine and the developer has control over the painting of the display area. |
![]() | Rect | A rectangle representing the dimensions of the Display Area in the control. |
![]() | Text | Determines the current text of the Display area. |

