Replies: 1 comment 5 replies
-
I guess I don’t understand the question, if a toolbar item has its own command, then its registered You can use sendStringToExecute or acedCmdS Ap.DocManager().sendStringToExecute(Ap.curDoc(), "_matchprop ") #note the space
Ed.Core.cmdS([(Rx.LispType.kText, "_matchprop"),(Rx.LispType.kNone,0)]) |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have my own toolbar with its own command, can I call it via ARX?
This is not a registered command.
Beta Was this translation helpful? Give feedback.
All reactions