NetXP 3.0 Reference

AutoHidePanel.AddDockObject Method 

Internal.

[Visual Basic]
Public Sub AddDockObject( _
   ByVal obj As DockObject, _
   ByVal next As StringCollection, _
   ByVal previous As StringCollection, _
   ByVal nextAll As StringCollection, _
   ByVal previousAll As StringCollection _
)
[C#]
public void AddDockObject(
   DockObject obj,
   StringCollection next,
   StringCollection previous,
   StringCollection nextAll,
   StringCollection previousAll
);

Parameters

obj
next
previous
nextAll
previousAll

See Also

AutoHidePanel Class | NETXP.Controls.Docking Namespace