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

MinimumAllowed Property (NumericTextBox)







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

Property Value

The minimum value that can be entered into the NumericTextBox
Remarks
The default minimum allowed value is -1000
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

NumericTextBox Class
NumericTextBox Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.