MainMenuGetMenuItems Method

Retrieves the plug-in specific menu items for Insert action.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public static void GetMenuItems(
	SessionProfile sessionProfile,
	Dictionary<string, MenuButton> menuItems
)

Parameters

sessionProfile  SessionProfile
Profile of the session.
menuItems  DictionaryString, MenuButton
Receives the menu items. Menu items are stored by Action ID which is based on Name and offset of the item.

See Also