Intersoft ClientUI Documentation
Minimum Property (UXNumericUpDown)



Gets or sets the Minimum possible Value.
Syntax
<TypeConverterAttribute("Intersoft.Client.Framework.DecimalTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")>
<CategoryAttribute("Common Properties")>
Public Property Minimum As Decimal
Dim instance As UXNumericUpDown
Dim value As Decimal
 
instance.Minimum = value
 
value = instance.Minimum
[TypeConverterAttribute("Intersoft.Client.Framework.DecimalTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
[CategoryAttribute("Common Properties")]
public decimal Minimum {get; set;}
[TypeConverterAttribute("Intersoft.Client.Framework.DecimalTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
[CategoryAttribute("Common Properties")]
public:
property decimal Minimum {
   decimal get();
   void set (    decimal value);
}
Remarks
You can also set the Maximum and Minimum property if you want a specific value that user can input or spin through the control.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXNumericUpDown Class
UXNumericUpDown Members

Concepts

UXNumericUpDown

Send Feedback