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
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.