VisualSimulatorSetCheckStatus Method |
Distributed Algorithm Simulator
Sets the checked status of check boxes.
Namespace: DistributedAlgorithmSimulatorAssembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxprivate void SetCheckStatus(
bool val
)
Parameters
- val
- Type: SystemBoolean
: Checked, : Unchecked.
See Also