RibbonPanelAddSlideOut Method |
Adds a slideout to the current panel.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic void AddSlideOut()
public:
void AddSlideOut()
member AddSlideOut : unit -> unit
Exceptions
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