ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.ResetBackStyle C# (CSharp) Метод

ResetBackStyle() приватный Метод

private ResetBackStyle ( ) : void
Результат void
        private void ResetBackStyle()
        {
            BackStyle = PaletteBackStyle.InputControlStandalone;
        }
KryptonCheckedListBox