Share via


Wizard.CancelButtonImageUrl 屬性

定義

取得或設定 [取消] 按鈕的顯示影像 URL。

public:
 virtual property System::String ^ CancelButtonImageUrl { System::String ^ get(); void set(System::String ^ value); };
public virtual string CancelButtonImageUrl { get; set; }
member this.CancelButtonImageUrl : string with get, set
Public Overridable Property CancelButtonImageUrl As String

屬性值

控制項上 [ 取消] 按鈕所顯示影像的 Wizard URL。 預設值為空字串 ("")。

備註

CancelButtonType當 屬性設定為 Image 時,請使用 CancelButtonImageUrl 屬性指定要顯示 [取消]按鈕的影像。

適用於

另請參閱