[]
Determines whether the specified key has special meaning to the editor control.
public override bool IsReservedKey(KeyEventArgs e)
Public Overrides Function IsReservedKey(e As KeyEventArgs) As Boolean
| Type | Name | Description |
|---|---|---|
| KeyEventArgs | e | KeyEventArgs object that contains the event data |
| Type | Description |
|---|---|
| bool | True if is Reserved Key; false otherwise |