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


In This Topic
Placeholder Property (C1TextBox)
In This Topic
Gets or sets the placeholder displayed when there is no entered text.
Syntax
'Declaration
 
Public Property Placeholder As String
 
'Usage
 
Dim instance As C1TextBox
Dim value As String
 
instance.Placeholder = value
 
value = instance.Placeholder
See Also