ComponentOne Xamarin.Android
GetFocusable Method (C1ToggleButton)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1ToggleButton Class : GetFocusable Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("getFocusable", 
   "()I", 
   "GetGetFocusableHandler", 
   ApiSince=26)>
Public Overridable Function GetFocusable() As Android.Views.ViewFocusability
'Usage
 
Dim instance As C1ToggleButton
Dim value As Android.Views.ViewFocusability
 
value = instance.GetFocusable()
[Android.Runtime.Register("getFocusable", 
   "()I", 
   "GetGetFocusableHandler", 
   ApiSince=26)]
public virtual Android.Views.ViewFocusability GetFocusable()
See Also

Reference

C1ToggleButton Class
C1ToggleButton Members