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 | |
---|---|---|
HtmlPopupWindowOptions | Creates a new instance of the HtmlPopupWindowOptions class. |
Top
Properties
Name | Description | |
---|---|---|
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. | |
Height | Gets or sets the height of a pop-up window. | |
Left | Gets or sets the position of the left edge of a pop-up window. | |
Location | Gets or sets the URL of a pop-up window. | |
Menubar | Gets or sets a value that indicates whether the menu bar is visible in a pop-up window. | |
Resizeable | Gets or sets a value that indicates whether a pop-up window can be resized. | |
Scrollbars | Gets or sets a value that indicates whether scroll bars are visible in a pop-up window. | |
Status | Gets or sets a value that indicates whether the status bar is visible in a pop-up window. | |
Toolbar | Gets or sets a value that indicates whether the toolbar is visible in a pop-up window. | |
Top | Gets or sets the position of the top edge of a pop-up window. | |
Width | Gets or sets the width of a pop-up window. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
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.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
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.