MVCxPopupWindow Constructors
An individual popup window within PopupControl.Name | Parameters | Description |
---|---|---|
MVCxPopupWindow() | none | Initializes a new instance of the MVCxPopupWindow class with default settings. |
MVCxPopupWindow(String, String, String, String) | text, name, headerText, footerText | Initializes a new instance of the MVCxPopupWindow class with the specified settings. |
MVCxPopupWindow(String, String, String) | text, name, headerText | Initializes a new instance of the MVCxPopupWindow class with the specified settings. |
MVCxPopupWindow(String, String) | text, name | Initializes a new instance of the MVCxPopupWindow class with the specified settings. |
MVCxPopupWindow(String) | text | Initializes a new instance of the MVCxPopupWindow class with the specified text. |
See Also