BCGControlBar Library for .NET
ShowPopupMenu(Point) Method




The coordinates of the upper-left corner of the PopupMenuBar. If the location is an empty point this coordinates are calculated according to the size and location of the ToolbarMenuButton.
Called by the framework to show popup menu associated with the ToolbarMenuButton at the specified point.
Syntax
'Declaration
 
Public Overloads Overridable Function ShowPopupMenu( _
   ByVal location As Point _
) As PopupMenuBar
'Usage
 
Dim instance As ToolbarMenuButton
Dim location As Point
Dim value As PopupMenuBar
 
value = instance.ShowPopupMenu(location)
public virtual PopupMenuBar ShowPopupMenu( 
   Point location
)
public: virtual PopupMenuBar* ShowPopupMenu( 
   Point location
) 
public:
virtual PopupMenuBar^ ShowPopupMenu( 
   Point location
) 

Parameters

location
The coordinates of the upper-left corner of the PopupMenuBar. If the location is an empty point this coordinates are calculated according to the size and location of the ToolbarMenuButton.
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