LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

MinimumAllowed Property (FNumericTextBox)







Gets or sets the minimum allowed value that can be entered in the textbox.
Syntax
[DescriptionAttribute("The minimum allowed value to be entered")]
[CategoryAttribute("Allowed Values")]
public double MinimumAllowed {get; set;}
'Declaration
 
<DescriptionAttribute("The minimum allowed value to be entered")>
<CategoryAttribute("Allowed Values")>
Public Property MinimumAllowed As Double
'Usage
 
Dim instance As FNumericTextBox
Dim value As Double
 
instance.MinimumAllowed = value
 
value = instance.MinimumAllowed
[DescriptionAttribute("The minimum allowed value to be entered")]
[CategoryAttribute("Allowed Values")]
public double MinimumAllowed {get; set;}
DescriptionAttribute("The minimum allowed value to be entered")
CategoryAttribute("Allowed Values")
 get_MinimumAllowed();
set_MinimumAllowed(value);
[DescriptionAttribute("The minimum allowed value to be entered")]
[CategoryAttribute("Allowed Values")]
public: __property double get_MinimumAllowed();
public: __property void set_MinimumAllowed( 
   double value
);
[DescriptionAttribute("The minimum allowed value to be entered")]
[CategoryAttribute("Allowed Values")]
public:
property double MinimumAllowed {
   double get();
   void set (    double value);
}

Property Value

The minimum allowed value. The default value is -1000.0
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

FNumericTextBox Class
FNumericTextBox Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.