NetXP 3.0 Reference

DockingManager.ShowDockObject Method 

If the provided object is hidden then it will be restored to become visible.

[Visual Basic]
Public Function ShowDockObject( _
   ByVal c As DockObject _
) As Boolean
[C#]
public bool ShowDockObject(
   DockObject c
);

Parameters

c
DockObject to be shown.

Return Value

True if successful. False if failed.

See Also

DockingManager Class | NETXP.Controls.Docking Namespace