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

Inheritance: Image, IPostBackDataHandler, IPostBackEventHandler, IButtonControl
Show file Open project: vargaz/mono Class Usage Examples

Private Properties

Property Type Description
GetClientScriptEventReference string
IPostBackDataHandler bool
IPostBackDataHandler void
IPostBackEventHandler void

Public Methods

Method Description
ImageButton ( ) : System.Collections.Specialized

Protected Methods

Method 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

Method Description
GetClientScriptEventReference ( ) : string
IPostBackDataHandler ( string postDataKey, NameValueCollection postCollection ) : bool
IPostBackDataHandler ( ) : void
IPostBackEventHandler ( string eventArgument ) : void

Method Details

AddAttributesToRender() protected method

protected AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void

GetPostBackOptions() protected method

protected GetPostBackOptions ( ) : System.Web.UI.PostBackOptions
return System.Web.UI.PostBackOptions

ImageButton() public method

public ImageButton ( ) : System.Collections.Specialized
return System.Collections.Specialized

LoadPostData() protected method

protected LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
postDataKey string
postCollection System.Collections.Specialized.NameValueCollection
return bool

OnClick() protected method

protected OnClick ( System.Web.UI.ImageClickEventArgs e ) : void
e System.Web.UI.ImageClickEventArgs
return void

OnCommand() protected method

protected OnCommand ( System.Web.UI.WebControls.CommandEventArgs e ) : void
e System.Web.UI.WebControls.CommandEventArgs
return void

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void

RaisePostBackEvent() protected method

protected RaisePostBackEvent ( string eventArgument ) : void
eventArgument string
return void

RaisePostDataChangedEvent() protected method

protected RaisePostDataChangedEvent ( ) : void
return void