Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1ToggleButton Class / IsFocusable Property


In This Topic
    IsFocusable Property
    In This Topic
    Gets or sets whether the button can receive the focus.
    Syntax
    'Declaration
     
    
    Public Property IsFocusable As Boolean
    'Usage
     
    
    Dim instance As C1ToggleButton
    Dim value As Boolean
     
    instance.IsFocusable = value
     
    value = instance.IsFocusable
    public bool IsFocusable {get; set;}
    See Also