VixenModules.Editor.TimedSequenceEditor.MarkManager.updateControlsForStopped C# (CSharp) Method

updateControlsForStopped() private method

private updateControlsForStopped ( ) : void
return void
        private void updateControlsForStopped()
        {
            groupBoxSelectedMarkCollection.Enabled = true;
            buttonPlay.Enabled = true;
            buttonStop.Enabled = false;
            groupBoxMode.Enabled = true;
            groupBoxMarkCollections.Enabled = true;
        }