Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1RibbonForm Class / ProcessKeyPreview Method
A System.Windows.Forms.Message, passed by reference, that represents the window message to process.

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