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

Inheritance: Image, IPostBackDataHandler, IPostBackEventHandler, IButtonControl
Afficher le fichier Open project: vargaz/mono Class Usage Examples

Private Properties

Свойство Type Description
GetClientScriptEventReference string
IPostBackDataHandler bool
IPostBackDataHandler void
IPostBackEventHandler void

Méthodes publiques

Méthode Description
ImageButton ( ) : System.Collections.Specialized

Méthodes protégées

Méthode Description
AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void
GetPostBackOptions ( ) : System.Web.UI.PostBackOptions
LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
OnClick ( System.Web.UI.ImageClickEventArgs e ) : void
OnCommand ( System.Web.UI.WebControls.CommandEventArgs e ) : void
OnPreRender ( EventArgs e ) : void
RaisePostBackEvent ( string eventArgument ) : void
RaisePostDataChangedEvent ( ) : void

Private Methods

Méthode Description
GetClientScriptEventReference ( ) : string
IPostBackDataHandler ( string postDataKey, NameValueCollection postCollection ) : bool
IPostBackDataHandler ( ) : void
IPostBackEventHandler ( string eventArgument ) : void

Method Details

AddAttributesToRender() protected méthode

protected AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

GetPostBackOptions() protected méthode

protected GetPostBackOptions ( ) : System.Web.UI.PostBackOptions
Résultat System.Web.UI.PostBackOptions

ImageButton() public méthode

public ImageButton ( ) : System.Collections.Specialized
Résultat System.Collections.Specialized

LoadPostData() protected méthode

protected LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
postDataKey string
postCollection System.Collections.Specialized.NameValueCollection
Résultat bool

OnClick() protected méthode

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

OnCommand() protected méthode

protected OnCommand ( System.Web.UI.WebControls.CommandEventArgs e ) : void
e System.Web.UI.WebControls.CommandEventArgs
Résultat void

OnPreRender() protected méthode

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Résultat void

RaisePostBackEvent() protected méthode

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

RaisePostDataChangedEvent() protected méthode

protected RaisePostDataChangedEvent ( ) : void
Résultat void