CheckCell.WorkbookState.SetTool C# (CSharp) Method

SetTool() private method

private SetTool ( bool active ) : void
active bool
return void
        private void SetTool(bool active)
        {
            _button_MarkAsOK_enabled = active;
            _button_FixError_enabled = active;
            _button_clearColoringButton_enabled = active;
            _button_Analyze_enabled = !active;
        }