HtmlPopupWindowOptions Class

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Provides options to control pop-up windows.

Inheritance Hierarchy

System.Object
  System.Windows.Browser.HtmlPopupWindowOptions

Namespace:  System.Windows.Browser
Assembly:  System.Windows.Browser (in System.Windows.Browser.dll)

Syntax

'Declaration
Public NotInheritable Class HtmlPopupWindowOptions
public sealed class HtmlPopupWindowOptions

The HtmlPopupWindowOptions type exposes the following members.

Constructors

  Name Description
Public method HtmlPopupWindowOptions Creates a new instance of the HtmlPopupWindowOptions class.

Top

Properties

  Name Description
Public property Directories Gets or sets a value that determines whether the Internet Explorer links toolbar or Firefox personal/bookmarks toolbar is shown in the pop-up window.
Public property Height Gets or sets the height of a pop-up window.
Public property Left Gets or sets the position of the left edge of a pop-up window.
Public property Location Gets or sets the URL of a pop-up window.
Public property Menubar Gets or sets a value that indicates whether the menu bar is visible in a pop-up window.
Public property Resizeable Gets or sets a value that indicates whether a pop-up window can be resized.
Public property Scrollbars Gets or sets a value that indicates whether scroll bars are visible in a pop-up window.
Public property Status Gets or sets a value that indicates whether the status bar is visible in a pop-up window.
Public property Toolbar Gets or sets a value that indicates whether the toolbar is visible in a pop-up window.
Public property Top Gets or sets the position of the top edge of a pop-up window.
Public property Width Gets or sets the width of a pop-up window.

Top

Methods

  Name Description
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

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.