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.
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);
DockingManager Class | NETXP.Controls.Docking Namespace