BCGControlBar Library for .NET
ShowPopupMenu() Method




Called by the framework to show popup menu associated with the ToolbarMenuButton. The location of the PopupMenu is calculated according to the size and location of the ToolbarMenuButton.
Syntax
'Declaration
 
Public Overloads Overridable Function ShowPopupMenu() As PopupMenuBar
'Usage
 
Dim instance As ToolbarMenuButton
Dim value As PopupMenuBar
 
value = instance.ShowPopupMenu()
public virtual PopupMenuBar ShowPopupMenu()
public: virtual PopupMenuBar* ShowPopupMenu(); 
public:
virtual PopupMenuBar^ ShowPopupMenu(); 
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

ToolbarMenuButton Class
ToolbarMenuButton Members
Overload List

Send Feedback