GroupCaptionCustomDrawEventArgs Properties
Supplies data for the GroupControl.CustomDrawCaption event.Name | Description |
---|---|
Cache | Provides access to the drawing surface and a cache of pens, fonts, and brushes. Inherited from ObjectCustomDrawEventArgs. |
CaptionBounds | Gets the painted caption’s bounding rectangle. |
Graphics | Provides access to the drawing surface. Inherited from ObjectCustomDrawEventArgs. |
Handled | Gets or sets whether the event is handled and prevents the default draw operation from being performed. Inherited from ObjectCustomDrawEventArgs. |
Info | Gets information on the painted group. |
IsDefaultDrawInProgress | Inherited from ObjectCustomDrawEventArgs. |
Painter | Provides access to the object that performs paint operations. Inherited from ObjectCustomDrawEventArgs. |
See Also