Are some tools not possible to activate in VBA?

No problem activating the eraser tool, for example.

Application.ActiveTool = cdrToolEraser

I like to have that at the end of any macro where the next task I need to perform is with the specified tool made active. What about Virtual Segment Delete? Why isn't it in this list:

https://community.coreldraw.com/sdk/api/draw/17/e/cdrtools

Its also apparently not anywhere in VBA's object browser. Doesn't appear in the drop down "suggestions" while typing code, and it doesn't return any results in the object browser search. Whats up with that? I'd like to be able to make any given tools active when desired in VBA, not just some of them. Help is appreciated.

Parents Reply Children
No Data