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

In This Topic
    InvokePaintBackground Method (C1InputPanelBase)
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub InvokePaintBackground( _
       ByVal c As System.Windows.Forms.Control, _
       ByVal e As System.Windows.Forms.PaintEventArgs _
    ) 
    protected void InvokePaintBackground( 
       System.Windows.Forms.Control c,
       System.Windows.Forms.PaintEventArgs e
    )

    Parameters

    c
    e
    See Also