Skip to main content
A newer version of this page is available. .

GroupCaptionCustomDrawEventArgs Properties

Provides 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.
Painter Provides access to the object that performs paint operations. Inherited from ObjectCustomDrawEventArgs.
See Also