Win32ToolBarButtonParent Property |
Gets the toolbar control that the toolbar button is assigned to.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public Win32ToolBar Parent { get; }
Public ReadOnly Property Parent As Win32ToolBar
Get
public:
property Win32ToolBar^ Parent {
Win32ToolBar^ get ();
}
member Parent : Win32ToolBar with get
Return Value
Type:
Win32ToolBarThe
Win32ToolBar control that the
Win32ToolBarButton is assigned to.
See Also