Click or drag to resize

StretchedContainer Methods

The StretchedContainer type exposes the following members.

Methods
  NameDescription
Protected methodGetFieldDeclaration
Gets JSON field declaration.
Public methodLoadPostData
Processes post-back data for the container.
Protected methodLoadProperties
Deserializes control properties.
Public methodLoadResources
Loads container resources.
Protected methodOnLoad
Handles Load event.
Public methodRaisePostDataChangedEvent
Signals the container to notify ASP.NET application that the state of the control has been changed.
Protected methodRender
Sends container content to a provided System.Web.UI.HtmlTextWriter object, which writes the content to be rendered on a client.
Protected methodSaveProperties
Serializes control properties.
Public methodSetRenderContentsMethodDelegate
Assigns an event handler delegate to render container content to its parent control.
Top
See Also