LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

MaximumAllowed Property (NumericTextBox)

Show in webframe






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

            

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

Property Value

The maximum value that can be entered into the NumericTextBox
Remarks
The default maximum allowed value is 1000
Requirements

Target Platforms

See Also

Reference

NumericTextBox Class
NumericTextBox Members

 

 


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