Indicates whether the Color property should be persisted.
[Visual Basic] Public Function ShouldPersistColor() As Boolean [C#] public bool ShouldPersistColor(); [C++] public: bool ShouldPersistColor(); [JScript] public function ShouldPersistColor() : Boolean;
true if the property value has changed from its default; otherwise, false.
You typically use this method if you are either creating a designer for the FontDialog or creating your own control incorporating the FontDialog.
FontDialog Class | FontDialog Members | System.WinForms Namespace | ShouldPersistFont