BCGControlBar Library for .NET
PalettePopupMenuBar Constructor(CommandBar,ToolbarMenuButton)




Gets the parent command bar of the parent menu button.
The parent MenuButton for a palette popup menu.
Initializes a new instance of the PalettePopupMenu class.
Syntax
'Declaration
 
Public Function New( _
   ByVal topLevelCommandBar As CommandBar, _
   ByVal parentMenuButton As ToolbarMenuButton _
)
'Usage
 
Dim topLevelCommandBar As CommandBar
Dim parentMenuButton As ToolbarMenuButton
 
Dim instance As New PalettePopupMenuBar(topLevelCommandBar, parentMenuButton)
public PalettePopupMenuBar( 
   CommandBar topLevelCommandBar,
   ToolbarMenuButton parentMenuButton
)
public: PalettePopupMenuBar( 
   CommandBar* topLevelCommandBar,
   ToolbarMenuButton* parentMenuButton
)
public:
PalettePopupMenuBar( 
   CommandBar^ topLevelCommandBar,
   ToolbarMenuButton^ parentMenuButton
)

Parameters

topLevelCommandBar
Gets the parent command bar of the parent menu button.
parentMenuButton
The parent MenuButton for a palette popup menu.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PalettePopupMenuBar Class
PalettePopupMenuBar Members
Overload List

Send Feedback