[]
        
(Showing Draft Content)

C1.WPF.ListView.C1TileListView.IsKeyboardNavigation

IsKeyboardNavigation Method

IsKeyboardNavigation(Key)

Checks whether control uses specified key for navigation.

Declaration
protected override bool IsKeyboardNavigation(Key key = 0)
Parameters
Type Name Description
Key key

The key to check.

Returns
Type Description
bool

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

Overrides