System.Web.UI.WebControls.ImageMap: Method Members

The methods of System.Web.UI.WebControls.ImageMap are listed below. For a list of all members, see the ImageMap Members list.

See Also: Inherited members from System.Web.UI.WebControls.Image

Public Methods

RaisePostBackEvent(string)

Raises events for the System.Web.UI.WebControls.ImageMap control when a form is posted back to the server.

Protected Methods

override
AddAttributesToRender(System.Web.UI.HtmlTextWriter)

Adds the HTML attributes and styles of an System.Web.UI.WebControls.ImageMap control to be rendered to the specified System.Web.UI.HtmlTextWriter.

override
LoadViewState(object)

Restores view-state information for the System.Web.UI.WebControls.ImageMap control from a previous page request that was saved by the ImageMap.SaveViewState method.

OnClick(ImageMapEventArgs)

Raises the ImageMap.Click event for the System.Web.UI.WebControls.ImageMap control.

override
Render(System.Web.UI.HtmlTextWriter)

Sends the System.Web.UI.WebControls.ImageMap control content to the specified System.Web.UI.HtmlTextWriter object, which writes the content to render on the client.

override
SaveViewState() : object

Saves any changes to an System.Web.UI.WebControls.ImageMap control's view-state that have occurred since the time the page was posted back to the server.

override
TrackViewState()

Tracks view-state changes to the System.Web.UI.WebControls.ImageMap control so they can be stored in the control's System.Web.UI.StateBag object. This object is accessible through the System.Web.UI.Control.ViewState property.