LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

Value Property (NumericTextBox)







Gets or sets the current value in the NumericTextBox
Syntax
[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);
}

Property Value

The current value in the NumericTextBox
Remarks
If a value isn't entered it defaults to the MinimumAllowed value.
Requirements

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

See Also

Reference

NumericTextBox Class
NumericTextBox Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.