Click or drag to resize
VisualSimulatorSetCheckStatus Method
Distributed Algorithm Simulator
Sets the checked status of check boxes.

Namespace: DistributedAlgorithmSimulator
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private void SetCheckStatus(
	bool val
)

Parameters

val
Type: SystemBoolean
: Checked, : Unchecked.
See Also