LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

MinimumAllowed Property (FNumericTextBox)

Show in webframe






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: __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

See Also

Reference

FNumericTextBox Class
FNumericTextBox Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.