CustomDrawObjectEventArgs Properties
Provides data for the NavBarControl.CustomDrawBackground, NavBarControl.CustomDrawGroupClientBackground and NavBarControl.CustomDrawGroupClientForeground events.Name | Description |
---|---|
Appearance | Gets the painted element’s appearance settings. |
Cache | Gets an object which specifies the storage for the most used pens, fonts and brushes. |
Graphics | Gets an object used to paint the object. |
Handled | Gets or sets a value specifying whether the control must perform default painting after an event handler has been executed. |
ObjectInfo | Gets an object providing information on the element being painted. |
RealBounds | Gets the bounding rectangle of the painted object. |
See Also