The members of System.Web.UI.WebControls.Button are listed below.
See Also: Inherited members from System.Web.UI.WebControls.WebControl
Button() |
Initializes a new instance of the System.Web.UI.WebControls.Button class. |
CausesValidation | bool.
Gets or sets a value indicating whether validation is performed when the System.Web.UI.WebControls.Button control is clicked. | |
CommandArgument | string.
Gets or sets an optional parameter passed to the Button.Command event along with the associated Button.CommandName. | |
CommandName | string.
Gets or sets the command name associated with the System.Web.UI.WebControls.Button control that is passed to the Button.Command event. | |
OnClientClick | string.
Gets or sets the client-side script that executes when a System.Web.UI.WebControls.Button control's Button.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.Button control is clicked. | |
Text | string.
Gets or sets the text caption displayed in the System.Web.UI.WebControls.Button control. | |
UseSubmitBehavior | bool.
Gets or sets a value indicating whether the System.Web.UI.WebControls.Button control uses the client browser's submit mechanism or the ASP.NET postback mechanism. | |
ValidationGroup | string.
Gets or sets the group of controls for which the System.Web.UI.WebControls.Button control causes validation when it posts back to the server. |
override | AddAttributesToRender(System.Web.UI.HtmlTextWriter)
| |
GetPostBackOptions()
| ||
OnClick(EventArgs)
| ||
OnCommand(CommandEventArgs)
| ||
override | OnPreRender(EventArgs)
| |
RaisePostBackEvent(string)
| ||
override | RenderContents(System.Web.UI.HtmlTextWriter)
|
Click |
Occurs when the System.Web.UI.WebControls.Button control is clicked. | |
Command |
Occurs when the System.Web.UI.WebControls.Button control is clicked. |
System.Web.UI.IPostBackEventHandler.RaisePostBackEvent |
Raises events for the System.Web.UI.WebControls.Button control when it posts back to the server. |