WindowOpenOptions Enumeration |
Namespace: NetQuarry
| Member name | Value | Description | |
|---|---|---|---|
| CenterVertical | 1 | Vertically center the window on the screen. | |
| CenterHorizontal | 2 | Horizontally center the window on the screen. | |
| Center | 3 | Vertically and horizontally center the window on the screen. | |
| MenuBar | 4 | Include the menubar on the window. | |
| Resizable | 8 | Make the window resizable. | |
| Scrollbars | 16 | Include scrollbars on the window. | |
| Status | 32 | Include the status bar on the window. | |
| Toolbar | 64 | Include the toolbar on the window. | |
| Fullscreen | 128 | Full-screen mode (IE 4+ only). | |
| Standard | 124 | Standard browser settings. | |
| AtEventXY | 256 | Position the window at the X, Y coordinate of the current event. | |
| AtRight | 512 | Position the window at the right side of the screen. | |
| Location | 1024 | Whether to display the Address bar, which enables users to navigate the window to a new URL. | |
| ForSizeToFit | 2048 | Causes initial window size to be small for improved size-to-content handling. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.