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


In This Topic
Placeholder Property (C1ComboBox)
In This Topic
Gets or sets the string shown as a hint when the control is empty.
Syntax
'Declaration
 
Public Property Placeholder As String
 
'Usage
 
Dim instance As C1ComboBox
Dim value As String
 
instance.Placeholder = value
 
value = instance.Placeholder
See Also