NetXP 3.0 Reference

DockObject Constructor (DockingManager, Control, String, Image)

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal manager As DockingManager, _
   ByVal control As Control, _
   ByVal title As String, _
   ByVal icon As Image _
)
[C#]
public DockObject(
   DockingManager manager,
   Control control,
   string title,
   Image icon
);

Parameters

manager
The dock manager.
control
The control.
title
The title.
icon
The icon.

See Also

DockObject Class | NETXP.Controls.Docking Namespace | DockObject Constructor Overload List