Wizard.DisplayCancelButton 属性

定义

获取或设置一个布尔值,指示是否显示“取消”按钮

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。 默认值为 false

无法通过主题或样式表主题设置此属性。 有关详细信息,请参阅 ThemeableAttributeASP.NET 主题和皮肤

属性

适用于

另请参阅