C1.Android.Input Assembly / C1.Android.Input Namespace / C1ComboBox Class / DestroyDrawingCache Method


In This Topic
DestroyDrawingCache Method (C1ComboBox)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("destroyDrawingCache", 
   "()V", 
   "GetDestroyDrawingCacheHandler")>
Public Overridable Sub DestroyDrawingCache() 
 
'Usage
 
Dim instance As C1ComboBox
 
instance.DestroyDrawingCache()
See Also