Add()
|
none
|
Creates a new popup window with the default settings and adds it to the collection.
|
Add(MVCxPopupWindow)
|
window
|
Adds a specified popup window to the end of the collection.
|
Add(Action<MVCxPopupWindow>)
|
method
|
Adds a new popup window to the collection and allows you to customize this window in a delegate method implementation.
|
Add(String, String, String, String)
|
text, name, headerText, footerText
|
Creates a new popup window with the specified settings and adds it to the collection.
|
Add(String, String, String)
|
text, name, headerText
|
Creates a new popup window with the specified settings and adds it to the collection.
|
Add(String, String)
|
text, name
|
Creates a new popup window with the specified settings and adds it to the collection.
|
Add(String)
|
text
|
Creates a new popup window with the specified setting and adds it to the collection.
|