Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal Namespace / D2HWebBrowserModes Enumeration

In This Topic
    D2HWebBrowserModes Enumeration
    In This Topic
    Contains available appearance modes for D2HWebBrowser.
    Syntax
    'Declaration
     
    Public Enum D2HWebBrowserModes 
       Inherits System.Enum
    public enum D2HWebBrowserModes : System.Enum 
    Members
    MemberDescription
    Default Default browser mode.
    DownloadOnly Download only.
    ShowAllMedia Show all media.
    ShowImages Show images only. Don't show other embed objects.
    Remarks
    This type is for internal use.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Editor.Internal.D2HWebBrowserModes

    See Also