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