Click or drag to resize
VisualSimulatorSetStatusOfPlaybackButtons Method
Distributed Algorithm Simulator
Sets the enabled statues of playback buttons.

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

Parameters

status
Type: SystemBoolean
: button enabled. : button disapbled.
See Also