Wimark.Controls Class Library  

NumericUpDown.Maximum Property

Gets or sets the maximum value for the up-down control.

[Visual Basic]
Public Property Maximum As Decimal 
[C#]
public decimal Maximum {get; set;}
[C++]
public: __property Decimal get_Maximum();
public: __property void set_Maximum(Decimal);

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