Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Button Class / _isFocusable Field

In This Topic
    _isFocusable Field (C1Button)
    In This Topic
    Gets or sets whether the button can receive the focus.
    Syntax
    'Declaration
     
    
    Public _isFocusable As Boolean
    public bool _isFocusable
    See Also