C1.Android.Input Assembly / C1.Android.Input Namespace / C1DropDown Class / RemoveAllViews Method


In This Topic
RemoveAllViews Method (C1DropDown)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("removeAllViews", 
   "()V", 
   "GetRemoveAllViewsHandler")>
Public Overridable Sub RemoveAllViews() 
 
'Usage
 
Dim instance As C1DropDown
 
instance.RemoveAllViews()
See Also