FlexChart | ComponentOne
C1.Win.Ribbon.4.8 Assembly / C1.Win.Ribbon Namespace / C1RibbonForm Class / ProcessKeyPreview Method

In This Topic
    ProcessKeyPreview Method (C1RibbonForm)
    In This Topic
    Previews a keyboard message.
    Syntax
    'Declaration
     
    Protected Overrides Function ProcessKeyPreview( _
       ByRef m As System.Windows.Forms.Message _
    ) As System.Boolean
    protected override System.bool ProcessKeyPreview( 
       ref System.Windows.Forms.Message m
    )

    Parameters

    m
    See Also