WizardFramework.ConfirmOnCancel 屬性

定義

取得或設定值,這個值會指出是否要在按一下 [ 取消 ] 按鈕時確認。

public:
 property bool ConfirmOnCancel { bool get(); void set(bool value); };
public bool ConfirmOnCancel { get; set; }
member this.ConfirmOnCancel : bool with get, set
Public Property ConfirmOnCancel As Boolean

屬性值

Boolean

true 表示要確認,否則為 false

適用於