Message 1 of 1
How can I modify SceneExplorer context menu in C#... ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I created a custom SceneExplorer dialog by inherit to MaxCustomControls.SceneExplorerControls.SceneExplorerDialog.
It works very well but some menu items (like Expand All, Expand Selected item...) in the context menu are missing (comparing to the default Scene Explorer) and I would like to add some custom menu item.
How can I do it?
Thank you.