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