ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Design Namespace / C1InputMaskPickerForm Class / InvokePaint Method

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