public interface IPluginContextMenu : IPluginPublic Interface IPluginContextMenu
Inherits IPluginpublic interface class IPluginContextMenu : IPlugintype IPluginContextMenu =
interface
interface IPlugin
end| Assembly | (Inherited from IPlugin) |
| Parent | (Inherited from IPlugin) |
| Path | (Inherited from IPlugin) |
| PluginDestination | (Inherited from IPlugin) |
| PluginEnabled | (Inherited from IPlugin) |
| Position | |
| Type | (Inherited from IPlugin) |
| ContextMenuOpeningRequest | Is called by PCBI when the context menu is about to be opened. |
| GetLastClickedLayerName | Returns the name of the layer which was clicked, when the context menu was opened. |
| InitEvents |
After loading the Plugin PCB-Investigator init all events and set the parent.
(Inherited from IPlugin) |
| IsActionAllowed |
Ast plugin for handling of special ID_ActionItem or registrated IDs.
default is return false.
(Inherited from IPlugin) |