Page 1 of 1

Contextmenu

Posted: 21 Mar 2017, 11:13
by agvs
Hi,
I have a question about 'Contextmenu'.
I want to add separator(bar) between one caption and other captions on 'Contextmenu'.
Let me know the source.
Thanks,

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<cadsofttools version="2">
<contextmenu mode="0">
<items>
<item Caption="item1" onClick="$00000000"/>
***(I want to add 'Separator' here.)
<item Caption="item2" onClick="$00000000"/>
</items>
</contextmenu>
</cadsofttools>

Re: Contextmenu

Posted: 21 Mar 2017, 17:17
by support
Hello,

Unfortunately, it is not possible to add a separator between two items in the context menu.


Mikhail