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