[]
Preprocesses keyboard or input messages within the message loop before they are dispatched.
public override bool PreProcessMessage(ref Message msg)
Public Overrides Function PreProcessMessage(ByRef msg As Message) As Boolean
Type | Name | Description |
---|---|---|
Message | msg | A System.Windows.Forms.Message, passed by reference, that represents the message to process. The possible values are WM_KEYDOWN, WM_SYSKEYDOWN, WM_CHAR, and WM_SYSCHAR. |
Type | Description |
---|---|
bool | true if the message was processed by the control; otherwise, false. |