InvokePaintBackground Method (LicenseDialog)
In This Topic
Syntax
'Declaration
Protected Sub InvokePaintBackground( _
ByVal As System.Windows.Forms.Control, _
ByVal As System.Windows.Forms.PaintEventArgs _
)
'Usage
Dim instance As LicenseDialog
Dim c As System.Windows.Forms.Control
Dim e As System.Windows.Forms.PaintEventArgs
instance.InvokePaintBackground(c, e)
protected void InvokePaintBackground(
System.Windows.Forms.Control ,
System.Windows.Forms.PaintEventArgs
)
protected procedure InvokePaintBackground(
: System.Windows.Forms.Control;
: System.Windows.Forms.PaintEventArgs
);
protected function InvokePaintBackground(
: System.Windows.Forms.Control,
: System.Windows.Forms.PaintEventArgs
);
protected: void InvokePaintBackground(
System.Windows.Forms.Control* ,
System.Windows.Forms.PaintEventArgs*
)
protected:
void InvokePaintBackground(
System.Windows.Forms.Control^ ,
System.Windows.Forms.PaintEventArgs^
)
Parameters
- c
- e
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also