XPTable.Models.Table.ShouldSerializeUnfocusedSelectionForeColor C# (CSharp) Méthode

ShouldSerializeUnfocusedSelectionForeColor() private méthode

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