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 : MaximumAllowed Property |
[CategoryAttribute("Allowed Values")] [DescriptionAttribute("The maximum allowed value to be entered")] public double MaximumAllowed {get; set;}
'Declaration <CategoryAttribute("Allowed Values")> <DescriptionAttribute("The maximum allowed value to be entered")> Public Property MaximumAllowed As Double
'Usage Dim instance As FNumericTextBox Dim value As Double instance.MaximumAllowed = value value = instance.MaximumAllowed
[CategoryAttribute("Allowed Values")] [DescriptionAttribute("The maximum allowed value to be entered")] public: __property double get_MaximumAllowed(); public: __property void set_MaximumAllowed( double value );
[CategoryAttribute("Allowed Values")] [DescriptionAttribute("The maximum allowed value to be entered")] public: property double MaximumAllowed { double get(); void set ( double value); }