| Value Property | |
| See Also |
The value associated with the edit box, provided as a string.
Read-write property
| Visual Basic |
|---|
Public Property Value() As String |
The Value property is the underlying value for the edit box, provided as a string. The String property is the display text for the value. For example, the value may represent a currency amount and be set to 12.5, while the string displayed in the edit box may be 12,50.