[]
        
Processes a keyboard message.
protected override bool ProcessKeyMessage(ref Message m)
Protected Overrides Function ProcessKeyMessage(ByRef m As Message) As Boolean
| Type | Name | Description | 
|---|---|---|
| Message | m | A System.Windows.Forms.Message, passed by reference, that represents the window message to process.  | 
    
| Type | Description | 
|---|---|
| bool | true if the message was processed by the control; otherwise, false.  |