Click or drag to resize

ToolBarButtonClickEventArgsButton Property

Gets or sets the Win32ToolBarButton that was clicked.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public Win32ToolBarButton Button { get; set; }

Return Value

Type: Win32ToolBarButton
The Win32ToolBarButton that was clicked.
See Also