Click or drag to resize

ISettingsViewSetSelectedNode Method

Sets the selected node in the topic view.

Namespace: Altaxo.Gui.Settings
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void SetSelectedNode(
	NGTreeNode node
)

Parameters

node  NGTreeNode
The node to select.
See Also