Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1ToolBar Class / OnPaint Method

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

    Parameters

    e
    See Also