C1.iOS.Input Assembly / C1.iOS.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
 
<Foundation.ExportAttribute("IsEditable")>
<BrowsableAttribute(True)>
Public Property IsEditable As Boolean
 
'Usage
 
Dim instance As C1DropDown
Dim value As Boolean
 
instance.IsEditable = value
 
value = instance.IsEditable
See Also