GUIFactoryServiceRegisteredContextMenuProviders Field |
Dictionary of context menu providers. Key is the type of the gui root element (Winforms: Control, Wpf: UIElement).
Value is an Action with the following parameters: object parent (Gui parent element), object owner (Owner of the addin element), string addInPath, double x, double y)
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Dictionary<Type, Action<Object, Object, string, double, double>> RegisteredContextMenuProviders
Field Value
DictionaryType,
ActionObject,
Object,
String,
Double,
DoubleSee Also