System.Web.UI.WebControls.IButtonControl Members

The members of System.Web.UI.WebControls.IButtonControl are listed below.

Public Properties

CausesValidationbool.

Gets or sets a value indicating whether clicking the button causes page validation to occur.

CommandArgumentstring.

Gets or sets an optional argument that is propagated to the IButtonControl.Command event.

CommandNamestring.

Gets or sets the command name that is propagated to the IButtonControl.Command event.

PostBackUrlstring.

Gets or sets the URL of the Web page to post to from the current page when the button control is clicked.

Textstring.

Gets or sets the text caption displayed for the button.

ValidationGroupstring.

Gets or sets the name for the group of controls for which the button control causes validation when it posts back to the server.

Public Events

Click

Occurs when the button control is clicked.

Command

Occurs when the button control is clicked.