Can Toolbar buttons coincide with the Ribbon Tabs?

Can Toolbar buttons coincide with the Ribbon Tabs?

jduframe
Enthusiast Enthusiast
791 Views
2 Replies
Message 1 of 3

Can Toolbar buttons coincide with the Ribbon Tabs?

jduframe
Enthusiast
Enthusiast

is there a way customize a button to open specific tab on the ribbon, for example if I pick linear dimension of the dimensioning toolbar could I have the ribbon coincide by automatically opening to the annotate tab?  

0 Likes
Accepted solutions (1)
792 Views
2 Replies
Replies (2)
Message 2 of 3

Jonathan.Trostad
Advocate
Advocate
Accepted solution

Yes,

esentially, what you do is append this:

(command "+RIBBON" "ACAD.ID_TabAnnotate") to your custom toolbar button. So your button might look like this:

 

^C^C(command "+RIBBON" "ACAD.ID_TabAnnotate");_dimlinear

Message 3 of 3

jduframe
Enthusiast
Enthusiast

Thanks a lot, I just tried it and it works great, that is the answer I was needing

0 Likes