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

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

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

Protected Methods

override
AddAttributesToRender(System.Web.UI.HtmlTextWriter)

Adds the attributes of an System.Web.UI.WebControls.ImageButton to the output stream for rendering on the client.

GetPostBackOptions() : System.Web.UI.PostBackOptions

Creates a System.Web.UI.PostBackOptions object that represents the System.Web.UI.WebControls.ImageButton control's postback behavior.

LoadPostData(string, System.Collections.Specialized.NameValueCollection) : bool

Processes posted data for the System.Web.UI.WebControls.ImageButton control.

OnClick(System.Web.UI.ImageClickEventArgs)

Raises the ImageButton.Click event and allows you to handle the ImageButton.Click event directly.

OnCommand(CommandEventArgs)

Raises the ImageButton.Command event and allows you to handle the ImageButton.Command event directly.

override
OnPreRender(EventArgs)

Determines whether the image has been clicked prior to rendering on the client.

RaisePostBackEvent(string)

Raises events for the System.Web.UI.WebControls.ImageButton control when it posts back to the server.

RaisePostDataChangedEvent()

Notifies the ASP.NET application that the state of the System.Web.UI.WebControls.ImageButton control has changed.