SlideClose Method (C1DockControl)
In This Topic
Hide the currently opened sliding
C1DockTabControl.
Syntax
'Declaration
Public Sub SlideClose( _
ByVal As Boolean _
)
public void SlideClose(
bool
)
Parameters
- animate
- Set animate to true to gradually hide the C1DockTabControl.
See Also