ComponentFactory.Krypton.Toolkit.KryptonMonthCalendar.ShouldSerializeControlBackStyle C# (CSharp) Method

ShouldSerializeControlBackStyle() private method

private ShouldSerializeControlBackStyle ( ) : bool
return bool
        private bool ShouldSerializeControlBackStyle()
        {
            return (ControlBackStyle != PaletteBackStyle.ControlClient);
        }
KryptonMonthCalendar