Wimark.Controls Class Library  

NumericUpDown.Value Property

Gets or sets the value assigned to the up-down control.

[Visual Basic]
Public Property Value As Decimal 
[C#]
public decimal Value {get; set;}
[C++]
public: __property Decimal get_Value();
public: __property void set_Value(Decimal);

Exceptions

Exception Type Condition
ArgumentException The assigned value is less than the Minimum property value.

-or-

The assigned value is greater than the Maximum property value.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

NumericUpDown Class | NumericUpDown Members | Wimark.Controls Namespace