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




A parent Command bar.
A Parent Menu Button.
Initializes a new instance of the CustomizePopupMenuBar.
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 CustomizePopupMenuBar(topLevelCommandBar, parentMenuButton)
public CustomizePopupMenuBar( 
   CommandBar topLevelCommandBar,
   ToolbarMenuButton parentMenuButton
)
public: CustomizePopupMenuBar( 
   CommandBar* topLevelCommandBar,
   ToolbarMenuButton* parentMenuButton
)
public:
CustomizePopupMenuBar( 
   CommandBar^ topLevelCommandBar,
   ToolbarMenuButton^ parentMenuButton
)

Parameters

topLevelCommandBar
A parent Command bar.
parentMenuButton
A Parent Menu Button.
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

CustomizePopupMenuBar Class
CustomizePopupMenuBar Members
Overload List

Send Feedback