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 double MaximumAllowed {get; set;}
CategoryAttribute("Allowed Values") DescriptionAttribute("The maximum allowed value to be entered") get_MaximumAllowed();
set_MaximumAllowed(value);
[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); }
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