NetXP 3.0 Reference

DockingManager.AddDockObjectToWindowObjects Method 

If you already have a reference to a WindowObjects object then this method will add the provided DockObject into that object.

[Visual Basic]
Public Function AddDockObjectToWindowObjects( _
   ByVal c As DockObject, _
   ByVal wc As WindowObjects _
) As WindowObjects
[C#]
public WindowObjects AddDockObjectToWindowObjects(
   DockObject c,
   WindowObjects wc
);

Parameters

c
The object.
wc
The WindowObjects object.

Return Value

The WindowObjects object.

See Also

DockingManager Class | NETXP.Controls.Docking Namespace