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