Click or drag to resize

Win32ToolBarButtonParent Property

Gets the toolbar control that the toolbar button is assigned to.

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

Return Value

Type: Win32ToolBar
The Win32ToolBar control that the Win32ToolBarButton is assigned to.
See Also