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

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 double MaximumAllowed {get; set;}
CategoryAttribute("Allowed Values")
DescriptionAttribute("The maximum allowed value to be entered")
 get_MaximumAllowed();
set_MaximumAllowed(value);
[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: 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.