'Usage
Dim instance As GcComboBox Dim m As Message Dim value As Boolean value = instance.ProcessKeyEventArgs(m)
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.