Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Show in webframe

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

Error processing SSI file
   Leadtools.Medical.Workstation requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features