VisualSimulatorSetStatusOfPlaybackButtons Method |
Distributed Algorithm Simulator
Sets the enabled statues of playback buttons.
Namespace: DistributedAlgorithmSimulatorAssembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxprivate void SetStatusOfPlaybackButtons(
bool status
)
Parameters
- status
- Type: SystemBoolean
: button enabled. : button disapbled.
See Also