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

Show in webframe

MaximumAllowed Property (FNumericTextBox)







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

            

            
[CategoryAttribute("Allowed Values")]
[DescriptionAttribute("The maximum allowed value to be entered")]
public: __property double get_MaximumAllowed();
public: __property void set_MaximumAllowed( 
   double value
);
[CategoryAttribute("Allowed Values")]
[DescriptionAttribute("The maximum allowed value to be entered")]
public:
property double MaximumAllowed {
   double get();
   void set (    double value);
}

Property Value

The maximum 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