AddSlideOut Method


Ribbon Panel Add Slide Out Method

Adds a slideout to the current panel.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void AddSlideOut()
Exceptions
Exception Condition
InvalidOperationException Thrown when a slide out panel is already added.
Remarks
The slideout part of the panel can be shown by clicking on the arrow at the bottom of the panel. After calling AddSlideOut(), any subsequent calls to add new items will add the new item(s) to the slideout. The slideout part of the panel will be shown only if items are added after this call.
See Also