Indicates whether the SelectionForeColor property should be persisted.
[Visual Basic] Overridable Public Function ShouldPersistSelectionForeColor() As _ Boolean [C#] public virtual bool ShouldPersistSelectionForeColor(); [C++] public: virtual bool ShouldPersistSelectionForeColor(); [JScript] public function ShouldPersistSelectionForeColor() : Boolean;
true if the property value has been changed from its default; otherwise, false.
DataGrid Class | DataGrid Members | System.WinForms Namespace