Click or drag to resize

DrawToolBarButtonEventArgs Class

Event arguments for DrawButton event.
Inheritance Hierarchy

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public class DrawToolBarButtonEventArgs : CustomDrawEventArgs

The DrawToolBarButtonEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodDrawToolBarButtonEventArgs
Constructor for creating a DrawToolBarButtonEventArgs instance.
Top
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