InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Win.SuperTooltip Namespace / C1SuperLabelBase Class / OnMouseDown Method
System.Windows.Forms.MouseEventArgs that contains the event data.

In This Topic
    OnMouseDown Method (C1SuperLabelBase)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Sub OnMouseDown( _
       ByVal e As MouseEventArgs _
    ) 
    protected override void OnMouseDown( 
       MouseEventArgs e
    )

    Parameters

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