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
属性值
true 若要在上显示 " 取消 " Wizard ,则为; 否则为 false 。true to display Cancel on the Wizard; otherwise, false. 默认值为 false。The default is false.
无法通过主题或样式表主题设置此属性。This property cannot be set by themes or style sheet themes. 有关详细信息,请参阅 ThemeableAttribute 和 ASP.NET 主题和外观。For more information, see ThemeableAttribute and ASP.NET Themes and Skins.
- 属性