IsKeyboardNavigation Method (C1TileListView)
In This Topic
Checks whether control uses specified key for navigation.
Syntax
'Declaration
Protected Overrides Function IsKeyboardNavigation( _
Optional ByVal As Key _
) As Boolean
protected override bool IsKeyboardNavigation(
Key
)
Parameters
- key
- The key to check.
Return Value
Returns true if key is navigation key; Otherwise, False.
See Also