ComponentFactory.Krypton.Toolkit.KryptonListBox.ShouldSerializeBackStyle C# (CSharp) Method

ShouldSerializeBackStyle() private method

private ShouldSerializeBackStyle ( ) : bool
return bool
        private bool ShouldSerializeBackStyle()
        {
            return (BackStyle != PaletteBackStyle.InputControlStandalone);
        }
KryptonListBox