NetXP 3.0 Reference

DockingManager.CreateWindowForDockObject Method (DockObject, EventHandler, EventHandler, EventHandler, ContextHandler)

Internal.

[Visual Basic]
Overloads Public Function CreateWindowForDockObject( _
   ByVal c As DockObject, _
   ByVal objClose As EventHandler, _
   ByVal restore As EventHandler, _
   ByVal invertAutoHide As EventHandler, _
   ByVal showContextMenu As ContextHandler _
) As Window
[C#]
public Window CreateWindowForDockObject(
   DockObject c,
   EventHandler objClose,
   EventHandler restore,
   EventHandler invertAutoHide,
   ContextHandler showContextMenu
);

Parameters

c
objClose
restore
invertAutoHide
showContextMenu

Return Value

See Also

DockingManager Class | NETXP.Controls.Docking Namespace | DockingManager.CreateWindowForDockObject Overload List