ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.ShouldSerializeBorderStyle C# (CSharp) Method

ShouldSerializeBorderStyle() private method

private ShouldSerializeBorderStyle ( ) : bool
return bool
        private bool ShouldSerializeBorderStyle()
        {
            return (BorderStyle != PaletteBorderStyle.InputControlStandalone);
        }
KryptonCheckedListBox