BCGControlBar Library for .NET
ShowWindowPositionMenu Method




A point in screen coordinates of the upper-left corner of the context menu to display.
Displays the context menu which allows to change the current docking pane state at the specified point.
Syntax
'Declaration
 
Public Overridable Sub ShowWindowPositionMenu( _
   ByVal point As Point _
) 
'Usage
 
Dim instance As DockingPane
Dim point As Point
 
instance.ShowWindowPositionMenu(point)
public virtual void ShowWindowPositionMenu( 
   Point point
)
public: virtual void ShowWindowPositionMenu( 
   Point point
) 
public:
virtual void ShowWindowPositionMenu( 
   Point point
) 

Parameters

point
A point in screen coordinates of the upper-left corner of the context menu to display.
Remarks
Called by the framework on mouseup event occured in the docking pane or it's tabstrip or when "WindowsPosition" caption command button on the caption of the docking pane is clicked.  It will be displayed only if the customize mode is not set currently and the dockmanager's property EnabledWindowPositionMenu is true.
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

DockingPane Class
DockingPane Members

Send Feedback