ComponentOne SuperTooltip for WinForms
C1.Win.SuperTooltip.5 Assembly / C1.Win.SuperTooltip Namespace / C1SuperLabel Class / OnMouseUp Method

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

    Parameters

    e
    See Also