MinimumAllowed Property

Summary

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

Syntax
C#
VB
C++
public double MinimumAllowed { get; set; } 
Public Property MinimumAllowed As Double 
public: 
property double MinimumAllowed { 
   double get(); 
   void set (    double ); 
} 

Property Value

The minimum allowed value. The default value is -1000.0

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly