BCGControlBar Library for .NET
FindMenuBar Method




Searches the command bar of type MenuBar in popup menus' chain where current PopupMenuBar is the first PopupMenuBar in the chain. Called by the framework to highlight the menu button related to this PopupMenuBar.
Syntax
'Declaration
 
Public Function FindMenuBar() As Toolbar
'Usage
 
Dim instance As PopupMenuBar
Dim value As Toolbar
 
value = instance.FindMenuBar()
public Toolbar FindMenuBar()
public: Toolbar* FindMenuBar(); 
public:
Toolbar^ FindMenuBar(); 
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

PopupMenuBar Class
PopupMenuBar Members

Send Feedback