The members of System.Web.UI.WebControls.ImageButton are listed below.
See Also: Inherited members from System.Web.UI.WebControls.Image
Initializes a new instance of the System.Web.UI.WebControls.ImageButton class. |
CausesValidation | bool.
Gets or sets a value indicating whether validation is performed when the System.Web.UI.WebControls.ImageButton control is clicked. | |
CommandArgument | string.
Gets or sets an optional argument that provides additional information about the ImageButton.CommandName property. | |
CommandName | string.
Gets or sets the command name associated with the System.Web.UI.WebControls.ImageButton control. | |
Enabled | bool.
Gets or sets a value indicating whether the System.Web.UI.WebControls.ImageButton can be clicked to perform a post back to the server. | |
override | GenerateEmptyAlternateText | bool.
Gets or sets a value indicating whether the control generates an alternate-text attribute for an empty string value. |
OnClientClick | string.
Gets or sets the client-side script that executes when an System.Web.UI.WebControls.ImageButton control's ImageButton.Click event is raised. | |
PostBackUrl | string.
Gets or sets the URL of the page to post to from the current page when the System.Web.UI.WebControls.ImageButton control is clicked. | |
ValidationGroup | string.
Gets or sets the group of controls for which the System.Web.UI.WebControls.ImageButton control causes validation when it posts back to the server. |
[read-only] override | TagKey | System.Web.UI.HtmlTextWriterTag.
Gets the System.Web.UI.HtmlTextWriterTag value that corresponds to the System.Web.UI.WebControls.ImageButton control. |
Text | string.
Gets or sets the value of the System.Web.UI.WebControls.ImageButton control's Image.AlternateText property. |
Click |
Occurs when the System.Web.UI.WebControls.ImageButton is clicked. | |
Command |
Occurs when the System.Web.UI.WebControls.ImageButton is clicked. |
System.Web.UI.IPostBackDataHandler.LoadPostData |
For a description of this member, see System.Web.UI.IPostBackDataHandler.LoadPostData(string, System.Collections.Specialized.NameValueCollection). | |
System.Web.UI.IPostBackEventHandler.RaisePostBackEvent |
For a description of this member, see System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(string). | |
System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent |
For a description of this member, see System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent. | |
System.Web.UI.WebControls.IButtonControl.Text | string.
For a description of this member, see IButtonControl.Text. |