IPluginContextMenuContextMenuOpeningRequest Method

Is called by PCBI when the context menu is about to be opened.

Definition

Namespace: PCBI.Plugin.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool ContextMenuOpeningRequest(
	string layerName
)

Parameters

layerName  String
if Position=LayerList, this parameter is the clickes layer or null, if Position=GraphicPane, this parameter is always null

Return Value

Boolean
true if contextmenu opening is allowed, false to prevent context menu from opening

See Also