Maximum Property (NumericUpDown)
Class
NumericUpDown
.
Action
Gets or sets the maximum value of the up/down control.
Syntax
C#
protected
Double
Maximum { get; set; }
VB
'Declaration Protected ReadWrite Property Maximum As
Double
Access
Read and write.