About add a slider bar to Ribbon?

About add a slider bar to Ribbon?

Anonymous
Not applicable
448 Views
1 Reply
Message 1 of 2

About add a slider bar to Ribbon?

Anonymous
Not applicable

Hi Expert,

 

I am working on Revit 2011 API, and I want to add a slider bar  to Ribbon. Is it possible? Can you give me a solution.

 

Thank you in advance.

 

Thanks,

Jeff

0 Likes
449 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable

Slider controls are not yet implemented in the Autodesk.Revit.UI Namespace

 

The supported Ribbon controls that are available per the SDK documentation (RevitAPI.chm) are listed below:

 

ComboBox
PulldownButton
PushButton
RadioButtonGroup
RibbonButton
SplitButton
TextBox
ToggleButton

-Don

0 Likes