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

PopupWindow Members

Represents an individual popup window.

Constructors

Name Description
PopupWindow() Initializes a new instance of the PopupWindow class.
PopupWindow(String, String, String, String) Initializes a new instance of the PopupWindow class with the specified settings.
PopupWindow(String, String, String) Initializes a new instance of the PopupWindow class with the specified settings.
PopupWindow(String, String) Initializes a new instance of the PopupWindow class with the specified settings.
PopupWindow(String) Initializes a new instance of the PopupWindow class using the specified display content text.

Properties

Name Description
AutoUpdatePosition Gets or sets the value that specifies whether the popup window’s position is updated automatically when required.
CloseAction Gets or sets a value that specifies which action forces the popup window to close, if it’s displayed.
CloseButtonImage Gets the settings of an image displayed within the window’s close button.
CloseButtonStyle Gets style settings for the window’s close button.
CloseOnEscape Gets or sets a value specifying whether a popup window is closed when an end-user presses the ESC key.
CollapseButtonImage Gets the settings of an image displayed within the window’s collapse button.
CollapseButtonStyle Gets style settings for the popup window’s collapse button.
Collapsed Gets or sets a value that specifies whether the window is collapsed.
Collection Gets the collection to which an item belongs. Inherited from CollectionItem.
ContentCollection Provides access to an object’s collection of content controls. Inherited from ContentControlCollectionItem.
ContentStyle Gets style settings for the popup window’s content region.
ContentTemplate Gets or sets a template used for displaying the content of the current window’s content region.
ContentUrl Gets or sets the navigation location of a specific web page to be displayed within the current popup window.
ContentUrlIFrameTitle Gets or sets the title of the popup window’s IFRAME element.
Controls Gets a collection that contains child controls representing the current object’s content. Inherited from ContentControlCollectionItem.
DataItem Gets the data item that is bound to the popup window.
Enabled Gets or sets the current popup window’s availability on the client side.
FooterContentTemplate Gets or sets a template used for displaying the content of the window’s footer.
FooterImage Gets the settings of the popup window’s footer image.
FooterNavigateUrl Gets or sets an URL where the client’s web browser will navigate when the text or image is clicked within the window’s footer.
FooterStyle Gets style settings for the popup window’s footer.
FooterTemplate Gets or sets a template used for displaying the window’s footer.
FooterText Gets or sets the text content of the window’s footer.
HeaderContentTemplate Gets or sets a template used to display the content of the window’s header.
HeaderImage Gets the settings of the popup window’s header image.
HeaderNavigateUrl Gets or sets an URL where the client’s web browser will navigate when the text or image is clicked within the window’s header.
HeaderStyle Gets style settings for the popup window’s header.
HeaderTemplate Gets or sets a template used to display the window’s header.
HeaderText Gets or sets the text content of the window’s header.
Height Gets or sets the popup window’s height.
Index Gets or sets the item’s index within the collection. Inherited from CollectionItem.
Left Gets or sets the x-coordinate of the current popup window’s left side.
MaxHeight Gets or sets the maximum height of the window.
MaximizeButtonImage Gets the settings of an image displayed within the window’s maximize button.
MaximizeButtonStyle Gets style settings for the popup window’s maximize button.
Maximized Specifies whether the popup window is maximized.
MaxWidth Gets or sets the maximum width of the window.
MinHeight Gets or sets the minimum height of the window.
MinWidth Gets or sets the minimum width of the window.
Modal Gets or sets whether the popup window is modal.
Name Gets or sets the unique identifier name for the current popup window object.
PinButtonImage Gets the settings of an image displayed within the window’s pin button.
PinButtonStyle Gets style settings for the popup window’s pin button.
Pinned Gets or sets a value that specifies whether the window is pinned.
PopupAction Gets or sets a value that specifies which action forces the current popup window to appear.
PopupControl Gets the popup control to which the current popup window belongs.
PopupElementID Gets or sets the ID (or a list of IDs) of a web control or HTML element with which the current popup window is associated.
RefreshButtonImage Gets the settings of an image displayed within the window’s refresh button.
RefreshButtonStyle Gets style settings for the popup window’s refresh button.
ScrollBars Gets or sets a value specifying which scrollbars should appear in the popup window.
SettingsAdaptivity Provides access to the popup window’s adaptivity settings.
ShowCloseButton Gets or sets a value that specifies whether the popup window’s close button is displayed.
ShowCollapseButton Gets or sets a value that specifies whether a window’s collapse button is displayed.
ShowFooter Gets or sets a value that specifies whether the window’s footer is displayed.
ShowHeader Gets or sets a value that specifies whether the window’s header is displayed.
ShowMaximizeButton Gets or sets a value that specifies whether a window’s maximize button is displayed.
ShowOnPageLoad Gets or sets a value that specifies whether the current window is automatically displayed when a client browser loads the page.
ShowPageScrollbarWhenModal Gets or sets a value that specifies whether a browser’s scroll bars can be displayed when a popup window is shown in modal mode.
ShowPinButton Gets or sets a value that specifies whether a window’s pin button is displayed.
ShowRefreshButton Gets or sets a value that specifies whether a window’s refresh button is displayed.
ShowViewportScrollbarWhenModal Gets or sets a value that specifies whether the vertical and horizontal scroll bars can be displayed in the viewport when a popup window is shown in modal mode.
SizeGripImage Gets the settings of an image displayed instead of the size grip within the popup window.
SizeGripRtlImage Gets the settings of an image displayed instead of the size grip within the popup window, when the right-to-left layout is applied.
Target Gets or sets the window or frame at which to target the contents of the URLs associated with links in the current popup window’s header and footer.
Text Gets or sets the text displayed within the window’s content region.
ToolTip Gets or sets the current popup window’s tooltip text.
Top Gets or sets the y-coordinate of the current popup window’s top side.
Width Gets or sets the popup window’s width.

Methods

Name Description
Assign(CollectionItem) Copies the settings from the specified CollectionItem object to the current 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.
FindControl(String) Searches for the specified server control within the popup window’s template containers and the ContentControlCollectionItem.Controls collection.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
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.
ToString() Returns a string that represents the current object.
See Also