CustomComboBoxPreProcessMessage Method
Preprocesses keyboard or input messages within the message loop before they are dispatched.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.1
public override bool PreProcessMessage(
ref Message m
)
- m Message
- A Message, passed by reference, that represents the message to process. The possible values are WM_KEYDOWN, WM_SYSKEYDOWN, WM_CHAR, and WM_SYSCHAR.
Booleantrue if the message was processed by the control; otherwise,
false.