C1.Android.Input Assembly / C1.Android.Input Namespace / C1MaskedTextView Class / Value Property


In This Topic
Value Property (C1MaskedTextView)
In This Topic
Gets or sets the raw value of the control (excluding prompt and mask literals)
Syntax
'Declaration
 
Public Property Value As String
 
'Usage
 
Dim instance As C1MaskedTextView
Dim value As String
 
instance.Value = value
 
value = instance.Value
See Also