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