[]
Processes a dialog key.
protected override bool ProcessDialogKey(Keys keyData)
Protected Overrides Function ProcessDialogKey(keyData As Keys) As Boolean
Type | Name | Description |
---|---|---|
Keys | keyData | One of the System.Windows.Forms.Keys values that represents the key to process. |
Type | Description |
---|---|
bool | true if the key was processed by the control; otherwise, false. |