SlideIn() public method

Requests the panel slide out of view.
public SlideIn ( ) : void
return void
Example #1
0
 private void OnDockingAutoHiddenGroupHoverEnd(object sender, EventArgs e)
 {
     // Request the sliding panel slide itself out of view when appropriate
     // (will not retract whilst the mouse is over the slide out dockspace)
     // (will not retract whilst slide out dockspace has the focus)
     _slidePanel.SlideIn();
 }