NetXP 3.0 Reference

DockObject Constructor

Constructs a new docking object. Internal.

Overload List

Constructs a new object for the specified dock manager.

public DockObject(DockingManager);

Constructs a new object for the specified dock manager and assigns it the specified control.

public DockObject(DockingManager,Control);

Constructs a new object for the specified dock manager, assigns it the specified control, and gives it the specified title.

public DockObject(DockingManager,Control,string);

Constructs a new object for the specified dock manager, assigns it the specified control and title, and gives it the specified icon.

public DockObject(DockingManager,Control,string,Image);

Constructs a new docking object. Internal.

public DockObject(XmlTextReader,int);

See Also

DockObject Class | NETXP.Controls.Docking Namespace