ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / XViewLight Class / OnPaint Method
An System.Windows.Forms.PaintEventArgs that contains the event data.

In This Topic
    OnPaint Method (XViewLight)
    In This Topic
    Raises the System.Windows.Forms.Control.Paint event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnPaint( _
       ByVal e As System.Windows.Forms.PaintEventArgs _
    ) 
    protected override void OnPaint( 
       System.Windows.Forms.PaintEventArgs e
    )

    Parameters

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