Allows the UI plugin to add its own custom context menus.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
- MenuBuilder
- The menu builder object provided by the hosting environment. The menu builder exposes methods to create custom context menus.
The hosting environment calls OnDisplayContextMenu method whenever the context menu associated with a currently selected scenario's element is displayed. User Interface plugins can merge their custom menus to extend the default functionality provided by the hosting environment.





