Compartilhar via


WebBrowserExtended Class

Represents the UII extended web browser control.

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

Usage

'Usage
Dim instance As WebBrowserExtended

Syntax

'Declaration
<DescriptionAttribute("The UII Extended Web Browser Control")> _
<ToolboxBitmapAttribute(GetType(WebBrowserExtended), "ie.ico")> _
<SecurityPermissionAttribute(SecurityAction.LinkDemand)> _
<PermissionSetAttribute(SecurityAction.LinkDemand, Name:="FullTrust")> _
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name:="FullTrust")> _
Public Class WebBrowserExtended
    Inherits UserControl
[DescriptionAttribute("The UII Extended Web Browser Control")] 
[ToolboxBitmapAttribute(typeof(WebBrowserExtended), "ie.ico")] 
[SecurityPermissionAttribute(SecurityAction.LinkDemand)] 
[PermissionSetAttribute(SecurityAction.LinkDemand, Name="FullTrust")] 
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name="FullTrust")] 
public class WebBrowserExtended : UserControl
[DescriptionAttribute(L"The UII Extended Web Browser Control")] 
[ToolboxBitmapAttribute(typeof(WebBrowserExtended), L"ie.ico")] 
[SecurityPermissionAttribute(SecurityAction::LinkDemand)] 
[PermissionSetAttribute(SecurityAction::LinkDemand, Name=L"FullTrust")] 
[PermissionSetAttribute(SecurityAction::InheritanceDemand, Name=L"FullTrust")] 
public ref class WebBrowserExtended : public UserControl
/** @attribute DescriptionAttribute("The UII Extended Web Browser Control") */ 
/** @attribute ToolboxBitmapAttribute(Microsoft.Uii.Csr.Browser.Web.WebBrowserExtended, "ie.ico") */ 
/** @attribute SecurityPermissionAttribute(SecurityAction.LinkDemand) */ 
/** @attribute PermissionSetAttribute(SecurityAction.LinkDemand, Name="FullTrust") */ 
/** @attribute PermissionSetAttribute(SecurityAction.InheritanceDemand, Name="FullTrust") */ 
public class WebBrowserExtended extends UserControl
DescriptionAttribute("The UII Extended Web Browser Control") 
ToolboxBitmapAttribute(Microsoft.Uii.Csr.Browser.Web.WebBrowserExtended, "ie.ico") 
public class WebBrowserExtended extends UserControl

Remarks

Differs from the System.Windows.Forms.WebBrowser control in that a separate iexplore.exe process is launched, hosted, and managed by the control. Advantage is multiple instances of the same web browser application will not share in-memory cookies or authentication state.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       System.Windows.Forms.Control
         System.Windows.Forms.ScrollableControl
           System.Windows.Forms.ContainerControl
             System.Windows.Forms.UserControl
              Microsoft.Uii.Csr.Browser.Web.WebBrowserExtended

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 Members
Microsoft.Uii.Csr.Browser.Web Namespace

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