Click or drag to resize

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.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Dictionary<Type, Action<Object, Object, string, double, double>> RegisteredContextMenuProviders

Field Value

DictionaryType, ActionObject, Object, String, Double, Double
See Also