C1.Android.Core Assembly / C1.Android.Core Namespace / C1ClearableEditText Class / DestroyDrawingCache Method


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