Click or drag to resize

DrawToolBarButtonEventArgs Constructor

Constructor for creating a DrawToolBarButtonEventArgs instance.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public DrawToolBarButtonEventArgs(
	Win32ToolBarButton pButton,
	Graphics pGraphics,
	Rectangle pRect,
	CustomDrawStage pStage,
	CustomDrawState pState
)

Parameters

pButton
Type: Jam.ShellWin32ToolBarButton
The button to draw.
pGraphics
Type: System.DrawingGraphics
The graphics object.
pRect
Type: System.DrawingRectangle
The rectangle to draw in.
pStage
Type: Jam.ShellCustomDrawStage
The drawing stage.
pState
Type: Jam.ShellCustomDrawState
The drawing state.
See Also