NGBrowserTreeNodeSetContextMenuRecursively Method |
Applies the specified context menu to this node and all descendant nodes.
Namespace: Altaxo.Gui.Pads.ProjectBrowserAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void SetContextMenuRecursively(
Object contextMenu
)
Parameters
- contextMenu Object
- The context menu to assign.
See Also