Click or drag to resize

DrawToolBarButtonEventArgs Properties

The DrawToolBarButtonEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyButton
Gets the button that is currently drawn.
Public propertyDrawDefault
Gets or sets if drawing should be done by system.
(Inherited from CustomDrawEventArgs.)
Public propertyGraphics
Gets the current Graphics object.
(Inherited from CustomDrawEventArgs.)
Public propertyRectangle
Gets the rectangle of the drawing process.
(Inherited from CustomDrawEventArgs.)
Public propertyStage
Gets the current drawing stage.
(Inherited from CustomDrawEventArgs.)
Public propertyState
Gets the state of the button.
Top
See Also