共用方式為


CreateUserWizard.ContinueButtonImageUrl 屬性

定義

取得或設定影像的 URL,用於最後一個使用者帳戶建立步驟上的 [繼續] 按鈕。

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

屬性值

String

用於最後一個使用者帳戶建立步驟上 [ 繼續 ] 按鈕之影像的 URL。 預設值為空字串 ("")。

備註

ContinueButtonType當 屬性設定為 Image 時,請使用 ContinueButtonImageUrl 屬性來指定要顯示 [繼續] 按鈕的影像。

適用於

另請參閱