ComponentFactory.Krypton.Ribbon.LeftDownButtonController.SetFixed C# (CSharp) Метод

SetFixed() публичный Метод

Fix the display of the button.
public SetFixed ( ) : void
Результат void
        public void SetFixed()
        {
            // Show the button as pressed, until told otherwise
            _fixedPressed = true;
        }