Share via


WizardFramework.ConfirmOnCancel 속성

Gets or sets a value that indicates whether to confirm when the Cancel button is clicked.

네임스페이스:  Microsoft.SqlServer.Management.SqlWizardFramework
어셈블리:  Microsoft.SqlServer.Management.SqlWizardFramework(Microsoft.SqlServer.Management.SqlWizardFramework.dll)

구문

‘선언
Public Property ConfirmOnCancel As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As WizardFramework 
Dim value As Boolean 

value = instance.ConfirmOnCancel

instance.ConfirmOnCancel = value
public bool ConfirmOnCancel { get; set; }
public:
virtual property bool ConfirmOnCancel {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract ConfirmOnCancel : bool with get, set 
override ConfirmOnCancel : bool with get, set
final function get ConfirmOnCancel () : boolean 
final function set ConfirmOnCancel (value : boolean)

속성 값

유형: System.Boolean
true to confirm; otherwise, false.

참고 항목

참조

WizardFramework 클래스

Microsoft.SqlServer.Management.SqlWizardFramework 네임스페이스