DrawToolBarButtonEventArgs Constructor |
Constructor for creating a DrawToolBarButtonEventArgs instance.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public DrawToolBarButtonEventArgs(
Win32ToolBarButton pButton,
Graphics pGraphics,
Rectangle pRect,
CustomDrawStage pStage,
CustomDrawState pState
)
Public Sub New (
pButton As Win32ToolBarButton,
pGraphics As Graphics,
pRect As Rectangle,
pStage As CustomDrawStage,
pState As CustomDrawState
)
public:
DrawToolBarButtonEventArgs(
Win32ToolBarButton^ pButton,
Graphics^ pGraphics,
Rectangle pRect,
CustomDrawStage pStage,
CustomDrawState pState
)
new :
pButton : Win32ToolBarButton *
pGraphics : Graphics *
pRect : Rectangle *
pStage : CustomDrawStage *
pState : CustomDrawState -> DrawToolBarButtonEventArgs
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