Skip to main content
A newer version of this page is available. .

PopupWindowManager Members

Provides methods and events for managing popup windows in ASP.NET applications.

Constructors

Name Description
PopupWindowManager(WebApplication) Initializes a new instance of the PopupWindowManager class.

Methods

Name Description
DestroyWindowById(String)
Dispose() Disposes the PopupWindowManager object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
FindPopupWindowByContentUrl(String)
FindPopupWindowByContenUrl(String) Obsolete. This API is obsolete now.
FindRequestedWindow()
FindRequestedWindowByActionId(String)
GenerateModalOpeningScript(WebControl, PopupWindowShowAction, Int32, Int32, Boolean, String, Boolean, Boolean) Obsolete. This API is obsolete now.
GenerateModalOpeningScript(WebControl, PopupWindowShowAction, Int32, Int32, Boolean, String) Obsolete. This API is obsolete now.
GenerateOpeningScript(Control, String) Obsolete. This API is obsolete now.
GenerateOpeningScript(WebControl, PopupWindowShowAction, Boolean, NameValueCollection) Obsolete. This API is obsolete now.
GenerateOpeningScript(WebControl, PopupWindowShowAction) Obsolete. This API is obsolete now.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetOpeningScript(String, Boolean, String, String, Boolean) Obsolete. This API is obsolete now.
GetPopupWindow(PopupWindowShowAction)
GetShowPopupWindowScript(PopupWindowShowAction, String, String, Boolean, Boolean, Boolean, Boolean, String) For internal use.
GetShowPopupWindowScript(PopupWindowShowAction, String, String, Boolean, Boolean, Boolean, Boolean) For internal use.
GetShowPopupWindowScript(PopupWindowShowAction, String, String, Boolean, Boolean) For internal use.
GetShowPopupWindowScript(View, Action, Action, Boolean)
GetShowPopupWindowScript(String, String, String, Boolean, Boolean, String, Boolean, String) For internal use.
GetShowPopupWindowScript(String, String, String, Boolean, Boolean, String) For internal use.
GetShowPopupWindowScript(String, String, String, Boolean, Boolean) For internal use.
GetType() Gets the Type of the current instance. Inherited from Object.
GetWindowById(String)
GetWindowId(WebWindow) static
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RegisterCallbackHandler()
RegisterStartupPopupWindowShowActionScript(WebControl, PopupWindowShowAction) Obsolete. This API is obsolete now.
RegisterStartupWindowOpeningScript(WebWindow, WebWindow, Boolean, ShowViewSource) Obsolete. This API is obsolete now.
RegisterStartupWindowOpeningScript(Page, WebWindow, WebWindow, Boolean, ShowViewSource) Obsolete. This API is obsolete now.
RegisterWindow(WebWindow)
ShowPopup(PopupWindowShowAction, Boolean, WebWindow, String, Boolean, String, Boolean, Boolean) Registers the client script that is automatically executed when processing of the current request is complete. This script displays the pop-up window using the ASPxPopupControl.
ShowPopup(PopupWindowShowAction, Boolean, WebWindow, String, Boolean, String) For internal use.
ShowPopup(PopupWindowShowAction, String) For internal use.
ShowPopup(View, Action, Action, String, String)
ShowPopup(WebWindow, WebWindow, ShowViewSource) For internal use.
ShowPopup(WebWindow, WebWindow, Boolean, ShowViewSource) For internal use.
ShowPopup(WebWindow, WebWindow, Boolean, String, ShowViewSource, Boolean) For internal use.
ShowPopup(WebWindow, WebWindow, Boolean, String, ShowViewSource) For internal use.
ShowPopup(WebWindow, WebWindow, Boolean, String) For internal use.
ShowPopup(WebWindow, WebWindow, Boolean) For internal use.
ShowPopup(WebWindow, WebWindow) For internal use.
ShowPopup(WebWindow, Boolean, WebWindow, String, Boolean, String, ShowViewSource) For internal use.
ShowPopup(WebWindow, Boolean, WebWindow, String, Boolean, String) For internal use.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
PopupShowing Occurs before a popup window is displayed.
RefreshParentWindowRequestOccurred
See Also