InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanel Class / OnPaintBackground Method

In This Topic
    OnPaintBackground Method (C1InputPanel)
    In This Topic
    Paints the background of the control.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnPaintBackground( _
       ByVal pevent As PaintEventArgs _
    ) 
    protected override void OnPaintBackground( 
       PaintEventArgs pevent
    )

    Parameters

    pevent
    See Also