MainMenuCreateInsertMenuItems Method

Creates the plug-in specific menu items for Insert action and adds them to the specified menu item.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public static void CreateInsertMenuItems(
	SessionProfile sessionProfile,
	MainMenuItem menuItem,
	MainMenuCreateClick createClick
)

Parameters

sessionProfile  SessionProfile
Profile of the session.
menuItem  MainMenuItem
Menu item to add the sub-items to.
createClick  MainMenuCreateClick
Provides EventHandler for a click on MenuButton.

See Also