WebBrowserComboBoxItem.DocumentCompleteProcessing Method
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.WebPresenter
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim htmlBrowser As IWebBrowser2
Dim thisDocument As HTMLDocument
Dim frameName As String
Dim mainFrame As Boolean
Me.DocumentCompleteProcessing(htmlBrowser, thisDocument, frameName, mainFrame)
Syntax
'Declaration
Protected Overrides Sub DocumentCompleteProcessing ( _
htmlBrowser As IWebBrowser2, _
thisDocument As HTMLDocument, _
frameName As String, _
mainFrame As Boolean _
)
protected override void DocumentCompleteProcessing (
IWebBrowser2 htmlBrowser,
HTMLDocument thisDocument,
string frameName,
bool mainFrame
)
protected:
virtual void DocumentCompleteProcessing (
IWebBrowser2^ htmlBrowser,
HTMLDocument^ thisDocument,
String^ frameName,
bool mainFrame
) override
protected void DocumentCompleteProcessing (
IWebBrowser2 htmlBrowser,
HTMLDocument thisDocument,
String frameName,
boolean mainFrame
)
protected override function DocumentCompleteProcessing (
htmlBrowser : IWebBrowser2,
thisDocument : HTMLDocument,
frameName : String,
mainFrame : boolean
)
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
WebBrowserComboBoxItem Class
WebBrowserComboBoxItem Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.WebPresenter Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.