XPTable.Models.Table.ShouldSerializeUnfocusedSelectionBackColor C# (CSharp) 메소드

ShouldSerializeUnfocusedSelectionBackColor() 개인적인 메소드

Specifies whether the Table's UnfocusedSelectionBackColor property should be serialized at design time
private ShouldSerializeUnfocusedSelectionBackColor ( ) : bool
리턴 bool
        private bool ShouldSerializeUnfocusedSelectionBackColor()
        {
            return (this.unfocusedSelectionBackColor != SystemColors.Control);
        }
Table