Intersoft ClientUI Documentation
Minimum Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXNumericUpDown Class : Minimum Property






Gets or sets the Minimum possible Value.

Syntax

Visual Basic (Declaration) 
<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
Visual Basic (Usage)Copy Code
Dim instance As UXNumericUpDown
Dim value As Decimal
 
instance.Minimum = value
 
value = instance.Minimum
C# 
[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;}
Delphi 
public read-write property Minimum: Currency; 
JScript 
TypeConverterAttribute("Intersoft.Client.Framework.DecimalTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")
CategoryAttribute("Common Properties")
public function get,set Minimum : decimal
Managed Extensions for C++ 
[TypeConverterAttribute("Intersoft.Client.Framework.DecimalTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
[CategoryAttribute("Common Properties")]
public: __property decimal get_Minimum();
public: __property void set_Minimum( 
   decimal value
);
C++/CLI 
[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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.