Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStrip Class / OnMouseDown Method
EventArgs object containing the event data


In This Topic
    OnMouseDown Method (TabStrip)
    In This Topic
    OnMouseDown
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnMouseDown( _
       ByVal e As MouseEventArgs _
    ) 
    'Usage
     
    
    Dim instance As TabStrip
    Dim e As MouseEventArgs
     
    instance.OnMouseDown(e)
    protected override void OnMouseDown( 
       MouseEventArgs e
    )

    Parameters

    e
    EventArgs object containing the event data
    See Also