BCGControlBar Library for .NET
FindCustomizeBar Method




Searches the command bar of type CustomizeMenuBar in popup menus' chain where the current PopupMenuBar is the first PopupMenuBar in the chain.  Called by the framework to cancel the executing of the command if it is located on the popupmenu which is a descendant of the parent popupmenu.
Syntax
'Declaration
 
Public Function FindCustomizeBar() As CustomizeMenuBar
'Usage
 
Dim instance As PopupMenuBar
Dim value As CustomizeMenuBar
 
value = instance.FindCustomizeBar()
public CustomizeMenuBar FindCustomizeBar()
public: CustomizeMenuBar* FindCustomizeBar(); 
public:
CustomizeMenuBar^ FindCustomizeBar(); 
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