BCGControlBar Library for .NET
FindActiveMenuBar Method




If the command bar manager has a visible menu bar, this menu bar will be returned, otherwise, null reference.
Syntax
'Declaration
 
Public Function FindActiveMenuBar() As MenuBar
'Usage
 
Dim instance As CommandBarManager
Dim value As MenuBar
 
value = instance.FindActiveMenuBar()
public MenuBar FindActiveMenuBar()
public: MenuBar* FindActiveMenuBar(); 
public:
MenuBar^ FindActiveMenuBar(); 
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

CommandBarManager Class
CommandBarManager Members

Send Feedback