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

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

    Parameters

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