NetXP 3.0 Reference

DockingManager.CreateWindowForDockObject Method (DockObject)

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.

[Visual Basic]
Overloads Public Function CreateWindowForDockObject( _
   ByVal c As DockObject _
) As Window
[C#]
public Window CreateWindowForDockObject(
   DockObject c
);

Parameters

c
The object.

Return Value

The window to use for the object.

See Also

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