PopupWindow Constructors
Represents an individual popup window.Name | Parameters | Description |
---|---|---|
PopupWindow() | none | Initializes a new instance of the PopupWindow class. |
PopupWindow(String, String, String, String) | text, name, headerText, footerText | Initializes a new instance of the PopupWindow class with the specified settings. |
PopupWindow(String, String, String) | text, name, headerText | Initializes a new instance of the PopupWindow class with the specified settings. |
PopupWindow(String, String) | text, name | Initializes a new instance of the PopupWindow class with the specified settings. |
PopupWindow(String) | text | Initializes a new instance of the PopupWindow class using the specified display content text. |
See Also