The members of System.Web.UI.HtmlControls.HtmlButton are listed below.
See Also: Inherited members from System.Web.UI.HtmlControls.HtmlContainerControl
Initializes a new instance of the System.Web.UI.HtmlControls.HtmlButton class. |
| CausesValidation | bool.
Gets or sets a value indicating whether validation is performed when the System.Web.UI.HtmlControls.HtmlButton control is clicked. | |
| ValidationGroup | string.
Gets or sets the group of controls for which the System.Web.UI.HtmlControls.HtmlButton causes validation when it posts back to the server. |
override | OnPreRender(EventArgs)
| |
OnServerClick(EventArgs)
| ||
RaisePostBackEvent(string)
| ||
override | RenderAttributes(System.Web.UI.HtmlTextWriter)
| |
| ServerClick |
Occurs when the user clicks an System.Web.UI.HtmlControls.HtmlButton control on the client Web page. |
| System.Web.UI.IPostBackEventHandler.RaisePostBackEvent |
Raises events for the System.Web.UI.HtmlControls.HtmlButton control when it posts back to the server. |