ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / Group Class / OnPaint Method

In This Topic
    OnPaint Method (Group)
    In This Topic
    Raises the Paint event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnPaint( _
       ByVal e As PaintEventArgs _
    ) 
    protected virtual void OnPaint( 
       PaintEventArgs e
    )

    Parameters

    e
    See Also