NetXP 3.0 Reference

DockingManager.CreateWindowForDockObject Method

Used to create an appropriately configured Window object for the given DockObject object. Currently this ensures the caption bar matches the requested style specified in the constructor.

Overload List

Used to create an appropriately configured Window object for the given DockObject object. Currently this ensures the caption bar matches the requested style specified in the constructor.

public Window CreateWindowForDockObject(DockObject);

Internal.

public Window CreateWindowForDockObject(DockObject,EventHandler,EventHandler,EventHandler,ContextHandler);

See Also

DockingManager Class | NETXP.Controls.Docking Namespace