AdjustControl
|
Modifies the control’s size against the control’s container.
|
AdjustControls
static
|
Modifies the controls size within the specified container.
|
AdjustSize
|
Modifies a control’s window size in accordance with the content.
|
BringToFront
|
Brings the window to the front of the z-order.
|
BringWindowToFront(window)
|
Brings the specified popup window to the front of the z-order.
|
Cast(obj)
static
|
Converts the specified object to the MVCxClientPopupControl type.
|
GetClientVisible
|
Obsolete. Returns a value specifying whether a control is displayed.
|
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.
|
GetContentHTML
|
Obsolete. Returns the HTML code that is the content of the popup control’s default popup 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.
|
GetCurrentPopupElement
|
Returns an object that invoked the default window.
|
GetCurrentPopupElementIndex
|
Returns an index of the object that invoked the default window within the ASPxPopupControl.PopupElementID list.
|
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.
|
GetMainElement
|
This method is not in effect for a ASPxClientPopupControl object.
|
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.
|
GetPinned
|
Returns a value indicating whether the window is pinned.
|
GetPopupControlCollection
static
|
Returns a collection of client popup control objects.
|
GetPopUpReasonMouseEvent
|
Returns an object containing the information about a mouse event that invoked a default popup window.
|
GetVisible
|
Returns a value specifying whether a control is displayed.
|
GetWidth
|
Returns the control’s width.
|
GetWindow(index)
|
Returns a popup window specified by its index.
|
GetWindowByName(name)
|
Returns a popup window specified by its name.
|
GetWindowCollapsed(window)
|
Returns a value indicating whether the specified window is collapsed.
|
GetWindowContentHeight(window)
|
Gets the height of the specified popup window’s content region.
|
GetWindowContentHtml(window)
|
Returns the HTML code that represents the contents of the specified popup window.
|
GetWindowContentIFrame(window)
|
Returns an iframe object containing a web page specified via the specified popup window’s PopupWindow.ContentUrl property (or the popup control’s client ASPxClientPopupControl.SetWindowContentUrl method).
|
GetWindowContentUrl(window)
|
Returns the URL pointing to the web page displayed within the control’s specific popup window.
|
GetWindowContentWidth(window)
|
Gets the width of the specified popup window’s content region.
|
GetWindowCount
|
Returns the number of popup windows in the popup control.
|
GetWindowCurrentPopupElement(window)
|
Returns an object that invoked the specified popup window.
|
GetWindowCurrentPopupElementIndex(window)
|
Returns an index of the object that invoked the specified popup window, within the window’s PopupWindow.PopupElementID list.
|
GetWindowHeight(window)
|
Returns the height of a specific popup window.
|
GetWindowMaximized(window)
|
Returns a value indicating whether the specified window is maximized.
|
GetWindowPinned(window)
|
Returns a value indicating whether the specified window is pinned.
|
GetWindowPopUpReasonMouseEvent(window)
|
Returns an object containing the information about a mouse event that invoked the specified popup window.
|
GetWindowWidth(window)
|
Returns the width of a specific popup window.
|
Hide
|
Closes the control’s window.
|
HideWindow(window)
|
Closes the popup control’s specified window.
|
InCallback
|
Returns a value that determines whether a callback request sent by a web control is being currently processed on the server side.
|
IsVisible
|
Returns a value that specifies whether the control’s window is displayed.
|
IsWindowVisible(window)
|
Returns a value that specifies whether the popup control’s specific window is displayed.
|
PerformCallback(data)
|
Sends a callback with a parameter to update the PopupControl by processing the passed information on the server, in an Action specified via the PopupControl’s PopupControlSettingsBase.CallbackRouteValues property.
|
PerformWindowCallback(window, data)
|
Sends a callback with a parameters to update the popup window by processing the related popup window and the passed information on the server, in an Action specified by the PopupControl’s PopupControlSettingsBase.CallbackRouteValues property.
|
RefreshContentUrl
|
Refreshes the content of the web page displayed within the control’s window.
|
RefreshPopupElementConnection
|
Refreshes the connection between the ASPxPopupControl and the popup element.
|
RefreshWindowContentUrl(window)
|
Refreshes the content of the web page displayed within the control’s specific popup window.
|
SendMessageToAssistiveTechnology(message)
|
Specifies the text that Assistive Technologies (screen readers or braille display, for example) will provide to a user.
|
SetAdaptiveMaxHeight(maxHeight)
|
Sets the maximum height of the popup window in adaptive mode.
|
SetAdaptiveMaxWidth(maxWidth)
|
Sets the maximum width of the popup window in adaptive mode.
|
SetAdaptiveMinHeight(minHeight)
|
Sets the minimum height of the popup window in adaptive mode.
|
SetAdaptiveMinWidth(minWidth)
|
Sets the minimum width of the popup window in adaptive mode.
|
SetClientVisible(visible)
|
Obsolete. Specifies whether a control is displayed.
|
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.
|
SetContentHTML(html)
|
Obsolete. Defines the HTML content for the popup control’s default popup 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.
|
SetMaximized(value)
|
Maximizes a popup window.
|
SetPinned(value)
|
Sets a value indicating whether the window is pinned.
|
SetPopupElementID(popupElementId)
|
Sets the ID of a web control or HTML element (or a list of IDs) with which the current popup control is associated.
|
SetSize(width, height)
|
Specifies the default popup window‘s size.
|
SetVisible(visible)
|
Specifies whether a control is displayed.
|
SetWidth(width)
|
Specifies the control’s width in pixels.
|
SetWindowAdaptiveMaxHeight(window, maxHeight)
|
Sets the maximum height of the specified popup window in adaptive mode.
|
SetWindowAdaptiveMaxWidth(window, maxWidth)
|
Sets the maximum width of the specified popup window in adaptive mode.
|
SetWindowAdaptiveMinHeight(window, minHeight)
|
Sets the minimum height of the specified popup window in adaptive mode.
|
SetWindowAdaptiveMinWidth(window, minWidth)
|
Sets the minimum width of the specified popup window in adaptive mode.
|
SetWindowCollapsed(window, value)
|
Sets a value indicating whether the specified window is collapsed.
|
SetWindowContentHtml(window, html)
|
Defines the HTML content for a specific popup window within the popup control.
|
SetWindowContentUrl(window, url)
|
Sets the URL pointing to the web page that should be loaded into and displayed within the control’s specific popup window.
|
SetWindowMaximized(window, value)
|
Sets a value indicating whether the specified window is maximized.
|
SetWindowPinned(window, value)
|
Sets a value indicating whether the specified window is pinned.
|
SetWindowPopupElementID(window, popupElementId)
|
Sets the ID of a web control or HTML element (or a list of IDs) with which the current popup control’s window is associated.
|
SetWindowSize(window, width, height)
|
Specifies the size of a specific popup window.
|
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.
|
ShowWindow(window)
|
Invokes the specified popup window at the popup element with the specified index.
|
ShowWindowAtElement(window, htmlElement)
|
Invokes the popup control’s specific window and displays it over the specified HTML element.
|
ShowWindowAtElementByID(window, id)
|
Invokes the popup control’s specific window and displays it over an HTML element specified by its unique identifier.
|
ShowWindowAtPos(window, x, y)
|
Invokes the popup control’s specific popup window at the specified position.
|
StretchVertically
|
Stretches the popup window in adaptive mode vertically to the full height of the browser window.
|
UpdatePosition
|
Updates the default popup window’s position, to correctly align it at either the specified element, or the center of the browser’s window.
|
UpdatePositionAtElement(htmlElement)
|
Updates the default popup window’s position, to correctly align it at the specified HTML element.
|
UpdateWindowPosition(window)
|
Updates the specified popup window’s position, to correctly align it at either the specified element, or the center of the browser’s window.
|
UpdateWindowPositionAtElement(window, htmlElement)
|
Updates the specified popup window’s position, to correctly align it at the specified HTML element.
|
WindowStretchVertically(window)
|
Stretches the specified popup window in adaptive mode vertically to the full height of the browser window.
|