BCGSoft.ControlBars Namespace > DockingPane Class : OnFillWindowPositionMenu Method |
Called by the framework when the context menu for the docking pane using which we can select the docking state is about to be displayed. Override this member function in a derived class if you need to change its items' collection.
'Declaration Public Overridable Sub OnFillWindowPositionMenu( _ ByVal contextMenuBar As PopupMenuBar _ )
'Usage Dim instance As DockingPane Dim contextMenuBar As PopupMenuBar instance.OnFillWindowPositionMenu(contextMenuBar)
public virtual void OnFillWindowPositionMenu( PopupMenuBar contextMenuBar )
public: virtual void OnFillWindowPositionMenu( PopupMenuBar* contextMenuBar )
public: virtual void OnFillWindowPositionMenu( PopupMenuBar^ contextMenuBar )
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