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