ComponentFactory.Krypton.Toolkit.KryptonColorButton.SetStyles C# (CSharp) Метод

SetStyles() защищенный Метод

Update the state objects to reflect the new color button style.
protected SetStyles ( ButtonStyle buttonStyle ) : void
buttonStyle ButtonStyle New color button style.
Результат void
        protected virtual void SetStyles(ButtonStyle buttonStyle)
        {
            _stateCommon.SetStyles(buttonStyle);
            _stateDefault.SetStyles(buttonStyle);
            _stateFocus.SetStyles(buttonStyle);
        }