Wizard.DisplayCancelButton Propriété

Définition

Obtient ou définit une valeur booléenne qui indique s'il faut afficher un bouton Annuler.

public:
 virtual property bool DisplayCancelButton { bool get(); void set(bool value); };
[System.Web.UI.Themeable(false)]
public virtual bool DisplayCancelButton { get; set; }
[<System.Web.UI.Themeable(false)>]
member this.DisplayCancelButton : bool with get, set
Public Overridable Property DisplayCancelButton As Boolean

Valeur de propriété

Boolean

true pour afficher Cancel on the Wizard; sinon, false. La valeur par défaut est false.

Cette propriété ne peut pas être définie par les thèmes ou les thèmes de feuille de style. Pour plus d’informations, consultez ThemeableAttribute et ASP.NET thèmes et peaux.

Attributs

S’applique à

Voir aussi