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