ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / C1ListView Class / IsKeyboardNavigation Method
The key to check.

In This Topic
    IsKeyboardNavigation Method (C1ListView)
    In This Topic
    Checks whether control uses specified key for navigation.
    Syntax
    'Declaration
     
    Protected Overridable Function IsKeyboardNavigation( _
       Optional ByVal key As Key _
    ) As Boolean
    protected virtual bool IsKeyboardNavigation( 
       Key key
    )

    Parameters

    key
    The key to check.

    Return Value

    Returns true if key is navigation key; Otherwise, False.
    See Also