CDockablePane::OnSlide

Called by the framework to animate the pane when it is in autohide mode.

virtual void OnSlide(
    BOOL bSlideOut
);

Parameters

  • [in] bSlideOut
    TRUE to show the pane; FALSE to hide the pane.

Remarks

Override this method in a derived class to implement custom autohide effects.

Requirements

Header: afxDockablePane.h

See Also

Reference

CDockablePane Class

Hierarchy Chart