NetXP 3.0 Reference

DockingManager.BringAutoHideIntoView Method 

If the given object instance is in the AutoHide mode then it will be selected and slide out into view.

[Visual Basic]
Public Sub BringAutoHideIntoView( _
   ByVal c As DockObject _
)
[C#]
public void BringAutoHideIntoView(
   DockObject c
);

Parameters

c
The object.

See Also

DockingManager Class | NETXP.Controls.Docking Namespace