ASPxClientPopupControlBase Methods
Serves as a base class for the ASPxClientDockPanel and ASPxClientPopupControl classes.| Name | Description |
|---|---|
| AdjustControl | Modifies the control’s size against the control’s container. Inherited from ASPxClientControl. |
| AdjustControls static | Modifies the controls size within the specified container. Inherited from ASPxClientControl. |
| AdjustSize | Modifies a control’s window size in accordance with the content. |
| BringToFront | Brings the window to the front of the z-order. |
| Cast(obj) static | Converts the specified object to the current object’s type. Inherited from ASPxClientControl. |
| GetClientVisible | Obsolete. Returns a value specifying whether a control is displayed. Inherited from ASPxClientControlBase. |
| GetCollapsed | Returns a value indicating whether the window is collapsed. |
| GetContentHeight | Gets the height of the default window‘s (for ASPxPopupControl) or panel‘s (for ASPxDockPanel) content region. |
| GetContentHtml | Returns the HTML code that specifies the contents of the control’s window. |
| GetContentIFrame | Returns an iframe object containing a web page specified via the control’s ASPxPopupControlBase.ContentUrl property (or the client ASPxClientPopupControlBase.SetContentUrl method). |
| GetContentIFrameWindow | Returns an iframe object containing a web page specified via the control’s ASPxPopupControlBase.ContentUrl property (or the client ASPxClientPopupControlBase.SetContentUrl method). |
| GetContentUrl | Returns the URL pointing to the web page displayed within the control’s window. |
| GetContentWidth | Gets the width of the default window‘s (for ASPxPopupControl) or panel‘s (for ASPxDockPanel) content region. |
| GetControlCollection static | Returns a collection of client web control objects. Inherited from ASPxClientControl. |
| GetFooterImageUrl | Returns the URL pointing to the image displayed within the window footer by default. |
| GetFooterNavigateUrl | Returns the URL where the web browser will navigate when the text or image is clicked within a window’s footer. |
| GetFooterText | Returns the text displayed within a window’s footer. |
| GetHeaderImageUrl | Returns the URL pointing to the image displayed within the window header. |
| GetHeaderNavigateUrl | Returns the URL where the web browser will navigate when the text or image is clicked within a window’s header. |
| GetHeaderText | Returns the text displayed within a window’s header. |
| GetHeight | Returns the control’s height. Inherited from ASPxClientControl. |
| GetMainElement | Returns an HTML element that is the root of the control’s hierarchy. Inherited from ASPxClientControlBase. |
| GetMaximized | Returns a value indicating whether the window is maximized. |
| GetParentControl | Returns a client instance of the control that is the parent for a specified control. Inherited from ASPxClientControlBase. |
| GetPinned | Returns a value indicating whether the window is pinned. |
| GetVisible | Returns a value specifying whether a control is displayed. Inherited from ASPxClientControlBase. |
| GetWidth | Returns the control’s width. Inherited from ASPxClientControl. |
| Hide | Closes the control’s window. |
| InCallback | Returns a value that determines whether a callback request sent by a web control is being currently processed on the server side. Inherited from ASPxClientControlBase. |
| IsVisible | Returns a value that specifies whether the control’s window is displayed. |
| PerformCallback(parameter) | Sends a callback to the server and generates the server-side ASPxPopupControlBase.WindowCallback event, passing the specified argument to it. |
| RefreshContentUrl | Refreshes the content of the web page displayed within the control’s window. |
| SendMessageToAssistiveTechnology(message) | Specifies the text that Assistive Technologies (screen readers or braille display, for example) will provide to a user. Inherited from ASPxClientControlBase. |
| SetClientVisible(visible) | Obsolete. Specifies whether a control is displayed. Inherited from ASPxClientControlBase. |
| SetCollapsed(value) | Sets a value indicating whether the window is collapsed. |
| SetContentHtml(html) | Sets the HTML markup specifying the contents of the control’s window. |
| SetContentUrl(url) | Sets the URL to point to the web page that should be loaded into, and displayed within the control’s window. |
| SetFooterImageUrl(value) | Specifies the URL which points to the image displayed within the window footer by default. |
| SetFooterNavigateUrl(value) | Specifies the URL where the web browser will navigate when the text or image is clicked within a window’s footer. |
| SetFooterText(value) | Specifies the text displayed within a window’s footer. |
| SetHeaderImageUrl(value) | Specifies the URL which points to the image displayed within the window header. |
| SetHeaderNavigateUrl(value) | Specifies the URL where the web browser will navigate when the text or image is clicked within a window’s header. |
| SetHeaderText(value) | Specifies the popup window’s header text. |
| SetHeight(height) |
Specifies the control’s height. Note that this method is not in effect for some controls. Inherited from ASPxClientControl. |
| SetMaximized(value) | Maximizes a popup window. |
| SetPinned(value) | Sets a value indicating whether the window is pinned. |
| SetVisible(visible) | Specifies whether a control is displayed. Inherited from ASPxClientControlBase. |
| SetWidth(width) | Specifies the control’s width in pixels. Inherited from ASPxClientControl. |
| Show | Invokes the control’s window at the popup element with the specified index. |
| ShowAtElement(htmlElement) | Invokes the control’s window and displays it over the specified HTML element. |
| ShowAtElementByID(id) | Invokes the control’s window and displays it over an HTML element specified by its unique identifier. |
| ShowAtPos(x, y) | Invokes the control’s window at the specified position. |
See Also