Creates a new popup menu.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgUiPluginContextMenuBuilder AddPopupMenu( string Title ); |
| [Managed C++] |
|---|
public: IAgUiPluginContextMenuBuilder^ AddPopupMenu( String __gc ^ Title ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgUiPluginContextMenuBuilder addPopupMenu( String Title ); |
- Title
- A text displayed on the context menu.
A menu builder associated with the newly created sub-menu.
AddPopupMenu method allows User Interface plugins create hierarchical context menus by adding sub-menus to the context menus.





