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

In This Topic
    OnMouseDown Method (C1SuperLabelBase)
    In This Topic
    Syntax
    'Declaration
     
    
    <EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Protected Overrides Sub OnMouseDown( _
       ByVal e As MouseEventArgs _
    ) 
    [EditorBrowsable(EditorBrowsableState.Advanced)]
    protected override void OnMouseDown( 
       MouseEventArgs e
    )

    Parameters

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