LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

MaximumAllowed Property (FNumericTextBox)

Show in webframe






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

 

 


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