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