ComponentFactory.Krypton.Ribbon.LeftDownButtonController.SetFixed C# (CSharp) Method

SetFixed() public method

Fix the display of the button.
public SetFixed ( ) : void
return void
        public void SetFixed()
        {
            // Show the button as pressed, until told otherwise
            _fixedPressed = true;
        }