Parameters
- m
- A System.Windows.Forms.Message, passed by reference, that represents the window message to process.
Return Value
true if the message was processed by the control; otherwise, false.
Notes to Inheritors:
When overriding the ProcessKeyEventArgs method in a derived class, a control should return true to indicate that it has processed the key. For keys that are not processed by the control, the result of calling the base class's ProcessKeyEventArgs method should be returned. Controls will seldom, if ever, need to override this method.