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