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

ShouldSerializeUnfocusedSelectionForeColor() 개인적인 메소드

Specifies whether the Table's UnfocusedSelectionForeColor property should be serialized at design time
private ShouldSerializeUnfocusedSelectionForeColor ( ) : bool
리턴 bool
        private bool ShouldSerializeUnfocusedSelectionForeColor()
        {
            return (this.unfocusedSelectionForeColor != SystemColors.ControlText);
        }
Table