ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.5.2 Assembly / C1.Win.C1Sizer Namespace / C1Sizer Class / InvokePaint Method

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

    Parameters

    c
    e
    See Also