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