Click or drag to resize

DrawToolBarButtonEventArgs Constructor

Constructor for creating a DrawToolBarButtonEventArgs instance.

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

Parameters

pButton  Win32ToolBarButton
The button to draw.
pGraphics  Graphics
The graphics object.
pRect  Rectangle
The rectangle to draw in.
pStage  CustomDrawStage
The drawing stage.
pState  CustomDrawState
The drawing state.
See Also