C1.Android.Input Assembly / C1.Android.Input Namespace / C1TextBox Class / HintFormatted Property


In This Topic
HintFormatted Property (C1TextBox)
In This Topic
Syntax
'Declaration
 
Public Property HintFormatted As Java.Lang.ICharSequence
 
'Usage
 
Dim instance As C1TextBox
Dim value As Java.Lang.ICharSequence
 
instance.HintFormatted = value
 
value = instance.HintFormatted
See Also