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

In This Topic
    OnNotifyMessage Method (C1InputPanel)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnNotifyMessage( _
       ByVal m As System.Windows.Forms.Message _
    ) 
    protected virtual void OnNotifyMessage( 
       System.Windows.Forms.Message m
    )

    Parameters

    m
    See Also