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


In This Topic
IsEnabled Property (C1DropDown)
In This Topic
Gets or sets whether the control should be enabled.
Syntax
'Declaration
 
Public Property IsEnabled As Boolean
 
'Usage
 
Dim instance As C1DropDown
Dim value As Boolean
 
instance.IsEnabled = value
 
value = instance.IsEnabled
See Also