| Visual Basic (Declaration) | |
|---|---|
Public Property PopupWidth As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int PopupWidth {get; set;} | |
Return Value
The width of the window.If you don't specify the width of the popup window the application will attempt to resize the width of the window automatically depending on the content that gets displayed. For instance if the popup window displays HTML content the popup will automatically resize to fit a maximum amount of content.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
This property was added to the E2API at version 1.0.0.348.
Copy Code