ProcessKeyPreview Method (C1Accordion)
In This Topic
Previews a keyboard message.
Syntax
'Declaration
Protected Overrides Function ProcessKeyPreview( _
ByRef As Message _
) As Boolean
protected override bool ProcessKeyPreview(
ref Message
)
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.
See Also