Click or drag to resize
WebPartFramesManager Class
Frames manager class which ensures communication between frames in a modal dialog.
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    CMS.PortalEngine.Web.UIWebPartFramesManager

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public class WebPartFramesManager : Control, 
	IPostBackEventHandler

The WebPartFramesManager type exposes the following members.

Constructors
  NameDescription
Public methodWebPartFramesManager
Top
Methods
  NameDescription
Public methodGetApplyScript
Gets the apply script.
Public methodGetCancelScript
Gets the cancel script.
Public methodGetOKScript
Gets the OK script.
Protected methodOnLoad
Raises the Load event.
(Overrides ControlOnLoad(EventArgs).)
Protected methodOnPreRender
PreRender event handler
(Overrides ControlOnPreRender(EventArgs).)
Public methodRaisePostBackEvent
Processes an event raised when a form is posted to the server.
Top
Extension Methods
  NameDescription
Public Extension MethodCallHandled
Calls the method handled by the exception handler. If the call doesn't succeed, the problem is reported through parent IExceptionHandler control instead of throwing unhandled exception for the entire page. Returns true, if the call succeeded, otherwise returns false.
(Defined by ControlsExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by ControlsExtensions.)
Top
Events
  NameDescription
Public eventOnApply
Raised when the Apply action is required.
Public eventOnSave
Raised when the Save action is required.
Top
See Also