Processes a dialog key.
'Declaration
Protected Overrides Function ProcessDialogKey( _
ByVal As Keys _
) As Boolean
protected override bool ProcessDialogKey(
Keys
)
Parameters
- keyData
Return Value
true if the key was processed by the control; otherwise, false.