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

속성 값

Boolean

true to display Cancel on the Wizard; otherwise, false. 기본값은 false입니다.

이 속성은 테마 또는 스타일시트 테마에 의해 설정될 수 없습니다. 자세한 내용은 ThemeableAttribute 하 고 ASP.NET 테마 및 스킨합니다.

특성

적용 대상

추가 정보