InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputMaskedTextBox Class / OnMouseDown Method
System.Windows.Forms.MouseEventArgs that contains the event data.

In This Topic
    OnMouseDown Method (InputMaskedTextBox)
    In This Topic
    Raises the MouseDown event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnMouseDown( _
       ByVal e As MouseEventArgs _
    ) 
    protected virtual void OnMouseDown( 
       MouseEventArgs e
    )

    Parameters

    e
    System.Windows.Forms.MouseEventArgs that contains the event data.
    See Also