RaisePaintEvent Method (LicenseDialog)
In This Topic
Syntax
'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Protected Sub RaisePaintEvent( _
ByVal As System.Object, _
ByVal As System.Windows.Forms.PaintEventArgs _
)
'Usage
Dim instance As LicenseDialog
Dim key As System.Object
Dim e As System.Windows.Forms.PaintEventArgs
instance.RaisePaintEvent(key, e)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected void RaisePaintEvent(
System.object ,
System.Windows.Forms.PaintEventArgs
)
protected procedure RaisePaintEvent(
: System.TObject;
: System.Windows.Forms.PaintEventArgs
);
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
protected function RaisePaintEvent(
: System.Object,
: System.Windows.Forms.PaintEventArgs
);
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected: void RaisePaintEvent(
System.Object* ,
System.Windows.Forms.PaintEventArgs*
)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected:
void RaisePaintEvent(
System.Object^ ,
System.Windows.Forms.PaintEventArgs^
)
Parameters
- key
- e
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also