LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Value Property (NumericTextBox)

Show in webframe






Gets or sets the current value in the NumericTextBox
Syntax
[CategoryAttribute("Current Value")]
[DescriptionAttribute("The maximum allowed value to be entered")]
public int Value {get; set;}
'Declaration
 
<CategoryAttribute("Current Value")>
<DescriptionAttribute("The maximum allowed value to be entered")>
Public Property Value As Integer
'Usage
 
Dim instance As NumericTextBox
Dim value As Integer
 
instance.Value = value
 
value = instance.Value

            

            
[CategoryAttribute("Current Value")]
[DescriptionAttribute("The maximum allowed value to be entered")]
public: __property int get_Value();
public: __property void set_Value( 
   int value
);
[CategoryAttribute("Current Value")]
[DescriptionAttribute("The maximum allowed value to be entered")]
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

See Also

Reference

NumericTextBox Class
NumericTextBox Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.