Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
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: __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); }