Struct Appli.MenuItemInsertionInfo
Inherited Members
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 |
KeyModifiers | The key combination (together with KeyCode) to
press to launch the command. You can set |
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. |