C1.Android.Core Assembly / C1.Android.Core Namespace / C1ScrollViewer Class / ClearFocus Method


In This Topic
ClearFocus Method (C1ScrollViewer)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("clearFocus", 
   "()V", 
   "GetClearFocusHandler")>
Public Overridable Sub ClearFocus() 
 
'Usage
 
Dim instance As C1ScrollViewer
 
instance.ClearFocus()
See Also