WebBrowserExtended.OnPaint Method
Called when [paint].
Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)
Usage
'Usage
Dim sender As Object
Dim e As PaintEventArgs
Me.OnPaint(sender, e)
Syntax
'Declaration
Protected Sub OnPaint ( _
sender As Object, _
e As PaintEventArgs _
)
protected void OnPaint (
Object sender,
PaintEventArgs e
)
protected:
void OnPaint (
Object^ sender,
PaintEventArgs^ e
)
protected void OnPaint (
Object sender,
PaintEventArgs e
)
protected function OnPaint (
sender : Object,
e : PaintEventArgs
)
Parameters
- sender
Specifeis the sender.
- e
Specifies the PaintEventArgs instance containing the event data.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
WebBrowserExtended Class
WebBrowserExtended Members
Microsoft.Uii.Csr.Browser.Web Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.