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

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

    Parameters

    pe
    See Also