C# Class System.Web.UI.WebControls.ImageMap

Inheritance: System.Web.UI.WebControls.Image, IPostBackEventHandler
Afficher le fichier Open project: vargaz/mono Class Usage Examples

Private Properties

Свойство Type Description
IPostBackEventHandler void

Méthodes protégées

Méthode Description
AddAttributesToRender ( HtmlTextWriter writer ) : void
LoadViewState ( object savedState ) : void
OnClick ( System.Web.UI.WebControls.ImageMapEventArgs e ) : void
RaisePostBackEvent ( string eventArgument ) : void
Render ( HtmlTextWriter writer ) : void
SaveViewState ( ) : object
TrackViewState ( ) : void

Private Methods

Méthode Description
IPostBackEventHandler ( string eventArgument ) : void

Method Details

AddAttributesToRender() protected méthode

protected AddAttributesToRender ( HtmlTextWriter writer ) : void
writer HtmlTextWriter
Résultat void

LoadViewState() protected méthode

protected LoadViewState ( object savedState ) : void
savedState object
Résultat void

OnClick() protected méthode

protected OnClick ( System.Web.UI.WebControls.ImageMapEventArgs e ) : void
e System.Web.UI.WebControls.ImageMapEventArgs
Résultat void

RaisePostBackEvent() protected méthode

protected RaisePostBackEvent ( string eventArgument ) : void
eventArgument string
Résultat void

Render() protected méthode

protected Render ( HtmlTextWriter writer ) : void
writer HtmlTextWriter
Résultat void

SaveViewState() protected méthode

protected SaveViewState ( ) : object
Résultat object

TrackViewState() protected méthode

protected TrackViewState ( ) : void
Résultat void