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

属性值

如果为 true,则确认取消;否则为 false

适用于