IsInputKey Method (C1TreeView)
In This Topic
Determines whether the specified key is a regular input key or a special key that requires preprocessing.
Overload List
| Overload | Description |
| IsInputKey(Keys) | Determines whether the specified key is a regular input key or a special key that requires preprocessing. |
| IsInputKey(Control,Keys) | Internal version of IsInputKey that should be called by hosted controls in order to allow the view to handle tab keys, arrows, etc. (Inherited from C1.Framework.XView) |
See Also