Click or drag to resize

CustomDrawEventArgs Class

Event arguments for OnCustomDraw(CustomDrawEventArgs).
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Jam.ShellCustomDrawEventArgs
      Jam.ShellDrawToolBarButtonEventArgs

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public class CustomDrawEventArgs : EventArgs

The CustomDrawEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodCustomDrawEventArgs Constructor for creating a CustomDrawEventArgs instance.
Top
Properties
 NameDescription
Public propertyDrawDefault Gets or sets if drawing should be done by system.
Public propertyGraphics Gets the current Graphics object.
Public propertyRectangle Gets the rectangle of the drawing process.
Public propertyStage Gets the current drawing stage.
Top
See Also