InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / C1InputPanel Class / ProcessKeyPreview Method

In This Topic
    ProcessKeyPreview Method (C1InputPanel)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function ProcessKeyPreview( _
       ByRef m As System.Windows.Forms.Message _
    ) As System.Boolean
    protected virtual System.bool ProcessKeyPreview( 
       ref System.Windows.Forms.Message m
    )

    Parameters

    m
    See Also