Message 1 of 12
Submenu in linear marking menu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I want to extend the linear context menu by a sub menu as shown here ("Messen"):
I know how to add usual buttons via:
public void UserInputEvents_OnLinearMarkingMenu_Handler(ObjectsEnumerator selectedEntities, SelectionDeviceEnum selectionDevice, CommandControls linearMenu, NameValueMap additionalInfo)
{
linearMenu.AddButton(...);
}
but can not find any example/documentation, how to add a sub menu.
Thanks,
Jan