.net - C#: Is there a way to make the maximum value of a NumericUpDown control unlimited instead of having to specify a specific value in its Maximum property? -
C #: Is there a way to create the maximum value of a numeric updown control unlimited instead of specifying a specific value Maximum Property?
Set the NumericUpDown maximum property to the MaxValue property of the data type that is showing it. / P>
Comments
Post a Comment