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


In This Topic
AnimationCacheEnabled Property (C1ComboBox)
In This Topic
Syntax
'Declaration
 
<ObsoleteAttribute("deprecated")>
Public Overridable Property AnimationCacheEnabled As Boolean
 
'Usage
 
Dim instance As C1ComboBox
Dim value As Boolean
 
instance.AnimationCacheEnabled = value
 
value = instance.AnimationCacheEnabled
See Also