Udostępnij za pośrednictwem


DWebBrowserEvents.Quit Method

Fires before the Internet Explorer application quits.

Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)

Usage

'Usage
Dim instance As DWebBrowserEvents
Dim Cancel As Boolean

instance.Quit(Cancel)

Syntax

'Declaration
<DispIdAttribute(103)> _
Sub Quit ( _
    <InAttribute> <OutAttribute> ByRef Cancel As Boolean _
)
[DispIdAttribute(103)] 
void Quit (
    [InAttribute] out bool Cancel
)
[DispIdAttribute(103)] 
void Quit (
    [InAttribute] [OutAttribute] bool% Cancel
)
/** @attribute DispIdAttribute(103) */ 
void Quit (
    /** @attribute InAttribute() */ /** @attribute OutAttribute() */ /** @ref */ boolean Cancel
)

Parameters

  • Cancel
    Specifies whether the event is cancelled.

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

DWebBrowserEvents Interface
DWebBrowserEvents Members
Microsoft.Uii.Csr.Browser.Web Namespace

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