C1.Android.Viewer Assembly / C1.Android.Viewer Namespace / FlexViewer Class / GetFocusable Method


In This Topic
GetFocusable Method (FlexViewer)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("getFocusable", 
   "()I", 
   "GetGetFocusableHandler", 
   ApiSince=26)>
Public Overridable Function GetFocusable() As Android.Views.ViewFocusability
 
'Usage
 
Dim instance As FlexViewer
Dim value As Android.Views.ViewFocusability
 
value = instance.GetFocusable()
See Also