InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / C1InputPanelBase Class / OnMouseClick Method

In This Topic
    OnMouseClick Method (C1InputPanelBase)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnMouseClick( _
       ByVal e As System.Windows.Forms.MouseEventArgs _
    ) 
    protected virtual void OnMouseClick( 
       System.Windows.Forms.MouseEventArgs e
    )

    Parameters

    e
    See Also