TabHeaderCustomDrawEventArgs Properties
Provides data for the TabbedView.CustomDrawTabHeader event.
Name | Description |
---|---|
Bounds | Gets the rectangle that specifies the bounds of the tab header. |
Cache | Provides access to the drawing surface and a cache of pens, fonts, and brushes. |
Control |
Gets an object that contains information about the tab being drawn. |
Graphics | Provides access to the drawing surface. |
Handled | Gets or sets whether the event is handled and prevents the default draw operation from being performed. |
Painter | Provides access to the object that performs paint operations. |
Tab |
Provides access to the object that contains information about the page being drawn. |
Tab |
Provides access to the object that contains information about the row being drawn. |
See Also