System.Web.UI.WebControls.IButtonControl

Defines properties and events that must be implemented to allow a control to act like a button on a Web page.

See Also: IButtonControl Members

Syntax

public interface IButtonControl

Remarks

The System.Web.UI.WebControls.IButtonControl interface defines the properties and events that must be implemented to allow a control to act like a button on a Web page.

The members of this interface provide basic button functionality, such as the ability to raise a IButtonControl.Click event and a IButtonControl.Command event. The IButtonControl.PostBackUrl property provides cross-page posting functionality.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0