Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.Forms Namespace / PaletteForm Class / InvokePaint Method

In This Topic
    InvokePaint Method (PaletteForm)
    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