Click or drag to resize

NGBrowserTreeNodeSetContextMenuRecursively Method

Applies the specified context menu to this node and all descendant nodes.

Namespace: Altaxo.Gui.Pads.ProjectBrowser
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void SetContextMenuRecursively(
	Object contextMenu
)

Parameters

contextMenu  Object
The context menu to assign.
See Also