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

Show in webframe

MinimumAllowed Property (NumericTextBox)







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

            

            
[DescriptionAttribute("The minimum allowed value to be entered")]
[CategoryAttribute("Allowed Values")]
public: __property int get_MinimumAllowed();
public: __property void set_MinimumAllowed( 
   int value
);
[DescriptionAttribute("The minimum allowed value to be entered")]
[CategoryAttribute("Allowed Values")]
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

See Also

Reference

NumericTextBox Class
NumericTextBox Members

Error processing SSI file
   Leadtools.Medical.Workstation requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features