Indicates whether the Maximum property should be persisted.
[Visual Basic] Public Function ShouldPersistMaximum() As Boolean [C#] public bool ShouldPersistMaximum(); [C++] public: bool ShouldPersistMaximum(); [JScript] public function ShouldPersistMaximum() : Boolean;
true if the Maximum 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 | ShouldPersistMinimum | ShouldPersistValue