Contextmenu
Posted: 21 Mar 2017, 11:13
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,
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>