←Select platform

MinimumAllowed Property (FNumericTextBox)

Summary

Gets or sets the minimum allowed value that can be entered in the textbox.

Syntax

C#
VB
C++
[DescriptionAttribute("The minimum allowed value to be entered")] 
[CategoryAttribute("Allowed Values")] 
public double MinimumAllowed {get; set;} 
<DescriptionAttribute("The minimum allowed value to be entered")> 
<CategoryAttribute("Allowed Values")> 
Public Property MinimumAllowed As Double 
[DescriptionAttribute("The minimum allowed value to be entered")] 
[CategoryAttribute("Allowed Values")] 
public: 
property double MinimumAllowed { 
   double get(); 
   void set (    double ); 
} 

Property Value

The minimum allowed value. The default value is -1000.0

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Workstation Assembly
Click or drag to resize