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

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

    Parameters

    e
    See Also