KitchenDraw SDK 2
Show / Hide Table of Contents

Struct Appli.MenuItemInsertionInfo

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public struct Appli.MenuItemInsertionInfo

Properties

Name Description
ClassName

Class that contains the method to be called when the menu item is launched. In case of ordinary (as opposed to .NET) .DLL and in case of JavaScript plugin should be left blank.

DllFilenameWithoutPath

DLL file which contains the method to be called when the menu item is launched. In case of a JavaScript plugin must contain the name of the JavaScript file.

IconFilename

The filename of an icon for the menu item.

KeyCode

The key combination (together with KeyModifiers) to press to launch the command. You can set None to the both parameters if no accelerator button is provided.

KeyModifiers

The key combination (together with KeyCode) to press to launch the command. You can set None to the both parameters if no accelerator button is provided.

MethodName

The name of the method to call when the menu item is launched.

Text

The item name as it should appear in the menu.

In this article
Back to top Generated by DocFX