IProjectBrowseViewSilentSelectTreeNode Method |
Selects the specified tree node without triggering selection handlers.
Namespace: Altaxo.Gui.Pads.ProjectBrowserAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid SilentSelectTreeNode(
NGTreeNode node
)
Parameters
- node NGTreeNode
- The node to select.
See Also