NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

NumericUpDown.ShouldPersistMinimum

Indicates whether the Minimum property should be persisted.

[Visual Basic]
Public Function ShouldPersistMinimum() As Boolean
[C#]
public bool ShouldPersistMinimum();
[C++]
public: bool ShouldPersistMinimum();
[JScript]
public function ShouldPersistMinimum() : Boolean;

Return Value

true if the Minimum property value has changed from its default; otherwise, false.

Remarks

You typically use this method if you are either creating a designer for the NumericUpDown or creating your own control incorporating the NumericUpDown class.

See Also

NumericUpDown Class | NumericUpDown Members | System.WinForms Namespace | ShouldPersistIncrement | ShouldPersistMaximum | ShouldPersistValue