ComponentOne SuperTooltip for WinForms
C1.Win.C1SuperTooltip.4.5.2 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperLabel Class / RaisePaintEvent Method

In This Topic
    RaisePaintEvent Method (C1SuperLabel)
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub RaisePaintEvent( _
       ByVal key As System.Object, _
       ByVal e As System.Windows.Forms.PaintEventArgs _
    ) 
    protected void RaisePaintEvent( 
       System.object key,
       System.Windows.Forms.PaintEventArgs e
    )

    Parameters

    key
    e
    See Also