C1.Android.Input Assembly / C1.Android.Input Namespace / C1DropDown Class / IsEditable Property


In This Topic
IsEditable Property
In This Topic
Gets or sets the value that enables or disables editing of the text in the control.
Syntax
'Declaration
 
Public Property IsEditable As Boolean
 
'Usage
 
Dim instance As C1DropDown
Dim value As Boolean
 
instance.IsEditable = value
 
value = instance.IsEditable
See Also