InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / C1InputPanelBase Class / OnPaintBackground Method

In This Topic
    OnPaintBackground Method (C1InputPanelBase)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnPaintBackground( _
       ByVal pevent As System.Windows.Forms.PaintEventArgs _
    ) 
    protected virtual void OnPaintBackground( 
       System.Windows.Forms.PaintEventArgs pevent
    )

    Parameters

    pevent
    See Also