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


In This Topic
KeepScreenOn Property (C1ComboBox)
In This Topic
Syntax
'Declaration
 
Public Overridable Property KeepScreenOn As Boolean
 
'Usage
 
Dim instance As C1ComboBox
Dim value As Boolean
 
instance.KeepScreenOn = value
 
value = instance.KeepScreenOn
See Also