←Select platform

Value Property (FNumericTextBox)

Summary

Gets or sets the current value of the textbox.

Syntax

C#
VB
C++
[CategoryAttribute("Current Value")] 
[DescriptionAttribute("The numeric value of the Text box")] 
public double Value {get; set;} 
<CategoryAttribute("Current Value")> 
<DescriptionAttribute("The numeric value of the Text box")> 
Public Property Value As Double 
[CategoryAttribute("Current Value")] 
[DescriptionAttribute("The numeric value of the Text box")] 
public: 
property double Value { 
   double get(); 
   void set (    double ); 
} 

Property Value

The value of the text box.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Workstation Assembly
Click or drag to resize