Wizard.DisplayCancelButton 属性

定义

获取或设置一个布尔值,指示是否显示“取消”按钮。Gets or sets a Boolean value indicating whether to display a Cancel button.

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

属性值

Boolean

true 若要在上显示 " 取消 " Wizard ,则为; 否则为 falsetrue to display Cancel on the Wizard; otherwise, false. 默认值为 falseThe default is false.

无法通过主题或样式表主题设置此属性。This property cannot be set by themes or style sheet themes. 有关详细信息,请参阅 ThemeableAttributeASP.NET 主题和外观For more information, see ThemeableAttribute and ASP.NET Themes and Skins.

属性

适用于

另请参阅