DrawToolBarButtonEventArgs Constructor |
Constructor for creating a DrawToolBarButtonEventArgs instance.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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 -> DrawToolBarButtonEventArgsParameters
- 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