[]
Checks whether control uses specified key for navigation.
protected virtual bool IsKeyboardNavigation(Key key = 0)
Type | Name | Description |
---|---|---|
Key | key | The key to check. |
Type | Description |
---|---|
bool | Returns true if key is navigation key; Otherwise, False. |