ASPxClientPopupControlBase Members
In This Article
#Properties
Name | Description |
---|---|
name |
Gets the unique, hierarchically-qualified identifier for the control.
Inherited from ASPx |
#Methods
Name | Description |
---|---|
Adjust |
Modifies the control’s size against the control’s container.
Inherited from ASPx |
Adjust |
Modifies the controls size within the specified container.
Inherited from ASPx |
Adjust |
Modifies a control’s window size in accordance with the content. |
Bring |
Brings the window to the front of the z-order. |
Cast |
Converts the specified object to the current object’s type.
Inherited from ASPx |
Get |
Obsolete. Returns a value specifying whether a control is displayed.
Inherited from ASPx |
Get |
Returns a value indicating whether the window is collapsed. |
Get |
Gets the height of the default window‘s (for ASPx |
Get |
Returns the HTML code that specifies the contents of the control’s window. |
Get |
Returns an iframe object containing a web page specified via the control’s ASPx |
Get |
Returns an iframe object containing a web page specified via the control’s ASPx |
Get |
Returns the URL pointing to the web page displayed within the control’s window. |
Get |
Gets the width of the default window‘s (for ASPx |
Get |
Returns a collection of client web control objects.
Inherited from ASPx |
Get |
Returns the URL pointing to the image displayed within the window footer by default. |
Get |
Returns the URL where the web browser will navigate when the text or image is clicked within a window’s footer. |
Get |
Returns the text displayed within a window’s footer. |
Get |
Returns the URL pointing to the image displayed within the window header. |
Get |
Returns the URL where the web browser will navigate when the text or image is clicked within a window’s header. |
Get |
Returns the text displayed within a window’s header. |
Get |
Returns the control’s height.
Inherited from ASPx |
Get |
Returns an HTML element that is the root of the control’s hierarchy.
Inherited from ASPx |
Get |
Returns a value indicating whether the window is maximized. |
Get |
Returns a client instance of the control that is the parent for a specified control.
Inherited from ASPx |
Get |
Returns a value indicating whether the window is pinned. |
Get |
Returns a value specifying whether a control is displayed.
Inherited from ASPx |
Get |
Returns the control’s width.
Inherited from ASPx |
Hide | Closes the control’s window. |
In |
Returns a value that determines whether a callback request sent by a web control is being currently processed on the server side.
Inherited from ASPx |
Is |
Returns a value that specifies whether the control’s window is displayed. |
Perform |
Sends a callback to the server and generates the server-side ASPx |
Refresh |
Refreshes the content of the web page displayed within the control’s window. |
Send |
Specifies the text that Assistive Technologies (screen readers or braille display, for example) will provide to a user.
Inherited from ASPx |
Set |
Obsolete. Specifies whether a control is displayed.
Inherited from ASPx |
Set |
Sets a value indicating whether the window is collapsed. |
Set |
Sets the HTML markup specifying the contents of the control’s window. |
Set |
Sets the URL to point to the web page that should be loaded into, and displayed within the control’s window. |
Set |
Specifies the URL which points to the image displayed within the window footer by default. |
Set |
Specifies the URL where the web browser will navigate when the text or image is clicked within a window’s footer. |
Set |
Specifies the text displayed within a window’s footer. |
Set |
Specifies the URL which points to the image displayed within the window header. |
Set |
Specifies the URL where the web browser will navigate when the text or image is clicked within a window’s header. |
Set |
Specifies the popup window’s header text. |
Set |
Specifies the control’s height. Note that this method is not in effect for some controls. Inherited from ASPx |
Set |
Maximizes a popup window. |
Set |
Sets a value indicating whether the window is pinned. |
Set |
Specifies whether a control is displayed.
Inherited from ASPx |
Set |
Specifies the control’s width in pixels.
Inherited from ASPx |
Show | Invokes the control’s window at the popup element with the specified index. |
Show |
Invokes the control’s window and displays it over the specified HTML element. |
Show |
Invokes the control’s window and displays it over an HTML element specified by its unique identifier. |
Show |
Invokes the control’s window at the specified position. |
#Events
Name | Description |
---|---|
After |
Occurs on the client side after the control redrawn a resized window. |
Before |
Occurs on the client side before the control redraws a resized window. |
Begin |
Occurs when a callback for server-side processing is initiated. |
Callback |
Fires on the client if any server error occurs during server-side processing of a callback sent by the control. |
Close |
Occurs on the client side when a control’s window closes or hides. |
Closing | Enables you to cancel window closing on the client side. |
End |
Occurs on the client side after a callback’s server-side processing has been completed. |
Init |
Occurs on the client side after the control has been initialized.
Inherited from ASPx |
Pinned |
Occurs on the client side when the window pin state is changed. |
Pop |
Occurs on the client side when a control’s window is invoked. |
Resize | Occurs on the client side after a window has been resized. |
Shown | Occurs on the client side after a control’s window has been invoked. |
See Also