BCGControlBar Library for .NET
MenuLocation Property




Gets a point in screen coordinates of the upper-left corner of the context menu to show.
Syntax
'Declaration
 
Public ReadOnly Property MenuLocation As Point
'Usage
 
Dim instance As MdiTabsContextMenuEventArgs
Dim value As Point
 
value = instance.MenuLocation
public Point MenuLocation {get;}
public: __property Point get_MenuLocation();
public:
property Point MenuLocation {
   Point get();
}
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

MdiTabsContextMenuEventArgs Class
MdiTabsContextMenuEventArgs Members

Send Feedback