Share via


PresenterControlComboBoxItem.DocumentCompleteProcessing Method

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.PresenterControl
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 Overridable Sub DocumentCompleteProcessing ( _
    htmlBrowser As IWebBrowser2, _
    thisDocument As HTMLDocument, _
    frameName As String, _
    mainFrame As Boolean _
)
protected virtual void DocumentCompleteProcessing (
    IWebBrowser2 htmlBrowser,
    HTMLDocument thisDocument,
    string frameName,
    bool mainFrame
)
protected:
virtual void DocumentCompleteProcessing (
    IWebBrowser2^ htmlBrowser, 
    HTMLDocument^ thisDocument, 
    String^ frameName, 
    bool mainFrame
)
protected void DocumentCompleteProcessing (
    IWebBrowser2 htmlBrowser, 
    HTMLDocument thisDocument, 
    String frameName, 
    boolean mainFrame
)
protected 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

PresenterControlComboBoxItem Class
PresenterControlComboBoxItem Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.PresenterControl Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.