CustomDrawEventArgs Properties
Supplies data for events that allow you to draw the control’s visual elements in a custom way.Name | Description |
---|---|
Cache | Provides access to the drawing surface and a cache of brushes, pens, fonts, and other graphics. |
Handled | Gets or sets whether the event is handled and allows you to prevent the control from drawing the visual element in its default appearance. |
See Also