HtmlPopupWindowOptions Class
Silverlight
Provides options to control pop-up windows.
Namespace: System.Windows.Browser
Assembly: System.Windows.Browser (in System.Windows.Browser.dll)
The HtmlPopupWindowOptions type exposes the following members.
| 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. |
| 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.) |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
