.NET Framework Class Library IButtonControl Interface Defines properties and events that must be implemented to allow a control to act like a button on a Web page.
Namespace:
System.Web.UI.WebControls
Assembly:
System.Web (in System.Web.dll)

Syntax
Public Interface IButtonControl
public interface IButtonControl
public interface class IButtonControl
type IButtonControl = interface end
The IButtonControl type exposes the following members.

Remarks
The 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 Click event and a Command event. The PostBackUrl property provides cross-page posting functionality. Notes to ImplementersImplement this interface in classes that act like button controls on Web pages.

Version Information
.NET FrameworkSupported in: 4, 3.5, 3.0, 2.0

Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role not supported), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

See Also
|
Bibliothèque de classes .NET Framework IButtonControl, interface Définit des propriétés et des événements qui doivent être implémentés pour permettre à un contrôle d'agir comme un bouton sur une page Web.
Espace de noms :
System.Web.UI.WebControls
Assembly :
System.Web (dans System.Web.dll)

Syntaxe
Public Interface IButtonControl
public interface IButtonControl
public interface class IButtonControl
type IButtonControl = interface end
Le type IButtonControl expose les membres suivants.

Notes
L'interface IButtonControl définit les propriétés et les événements qui doivent être implémentés pour permettre à un contrôle d'agir comme un bouton sur une page Web. Les membres de cette interface fournissent des fonctionnalités de bouton de base, telles que la capacité de déclencher un événement Click et un événement Command. La propriété PostBackUrl fournit des fonctionnalités de publication entre pages. Remarques à l'attention des implémenteursImplémentez cette interface dans des classes qui agissent comme des contrôles bouton sur les pages Web.

Informations de version
.NET FrameworkPris en charge dans : 4, 3.5, 3.0, 2.0

Plateformes
Windows 7, Windows Vista SP1 ou ultérieur, Windows XP SP3, Windows XP SP2 Édition x64, Windows Server 2008 (installation minimale non prise en charge), Windows Server 2008 R2 (installation minimale prise en charge avec SP1 ou version ultérieure), Windows Server 2003 SP2
Le .NET Framework ne prend pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.

Voir aussi
|