Click or drag to resize

ToolBarButtonClickEventArgsButton Property

Gets or sets the Win32ToolBarButton that was clicked.

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

Return Value

Type: Win32ToolBarButton
The Win32ToolBarButton that was clicked.
See Also