ComponentOne BarCode for WinForms
C1.Win.Barcode.4.5.2 Assembly / C1.Win.BarCode Namespace / C1BarCode Class / InvokePaintBackground Method

In This Topic
    InvokePaintBackground Method
    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