Mono Class Library: Overview

System.Web.UI.WebControls.Button: Members

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

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

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

CausesValidationbool. Documentation for this section has not yet been entered.
CommandArgumentstring. Documentation for this section has not yet been entered.
CommandNamestring. Documentation for this section has not yet been entered.
OnClientClickstring. Documentation for this section has not yet been entered.
PostBackUrlstring. Documentation for this section has not yet been entered.
Textstring. Documentation for this section has not yet been entered.
UseSubmitBehaviorbool. Documentation for this section has not yet been entered.
ValidationGroupstring. Documentation for this section has not yet been entered.

Protected Methods

override
AddAttributesToRender(System.Web.UI.HtmlTextWriter)
Documentation for this section has not yet been entered.
GetPostBackOptions() : System.Web.UI.PostBackOptions
Documentation for this section has not yet been entered.
OnClick(EventArgs)
Documentation for this section has not yet been entered.
OnCommand(CommandEventArgs)
Documentation for this section has not yet been entered.
override
OnPreRender(EventArgs)
Documentation for this section has not yet been entered.
RaisePostBackEvent(string)
Documentation for this section has not yet been entered.
override
RenderContents(System.Web.UI.HtmlTextWriter)
Documentation for this section has not yet been entered.

Public Events

ClickDocumentation for this section has not yet been entered.
CommandDocumentation for this section has not yet been entered.

Explicitly Implemented Interface Members

System.Web.UI.IPostBackEventHandler.RaisePostBackEventDocumentation for this section has not yet been entered.