Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingTabPage Class / OnPaintBackground Method

In This Topic
    OnPaintBackground Method
    In This Topic
    This method is for internal use only.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnPaintBackground( _
       ByVal e As PaintEventArgs _
    ) 
    protected override void OnPaintBackground( 
       PaintEventArgs e
    )

    Parameters

    e
    See Also