NetXP 3.0 Reference

DockingManager.ToggleDockObjectAutoHide Method 

Toggles the auto-hide state of an object.

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

Parameters

c
The object.

Return Value

True if successful. False if failed.

See Also

DockingManager Class | NETXP.Controls.Docking Namespace