Leadtools.Medical.Workstation.UI Namespace > FNumericTextBox Class : MinimumAllowed Property |
[DescriptionAttribute("The minimum allowed value to be entered")] [CategoryAttribute("Allowed Values")] public double MinimumAllowed {get; set;}
'Declaration <DescriptionAttribute("The minimum allowed value to be entered")> <CategoryAttribute("Allowed Values")> Public Property MinimumAllowed As Double
'Usage Dim instance As FNumericTextBox Dim value As Double instance.MinimumAllowed = value value = instance.MinimumAllowed
[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") get_MinimumAllowed();
set_MinimumAllowed(value);
[DescriptionAttribute("The minimum allowed value to be entered")] [CategoryAttribute("Allowed Values")] public: __property double get_MinimumAllowed(); public: __property void set_MinimumAllowed( double value );
[DescriptionAttribute("The minimum allowed value to be entered")] [CategoryAttribute("Allowed Values")] public: property double MinimumAllowed { double get(); void set ( double value); }
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