VirtualTreeViewModelSetChecked Method TIBCO Spotfire 7.12 API Reference
Checks or unchecks the node at the specified index.

Namespace: Spotfire.Dxp.Forms.Components
Assembly: Spotfire.Dxp.Forms (in Spotfire.Dxp.Forms.dll) Version: 30.0.11525.4184 (30.0.11525.4184)
Syntax

C#
public void SetChecked(
	int index,
	bool isChecked
)

Parameters

index
Type: SystemInt32
The index of the node.
isChecked
Type: SystemBoolean
The node's new checked state.
Version Information

Supported in: 7.9, 7.8, 7.7, 7.6, 7.5
See Also

Reference