CreateUserWizard.ContinueButtonImageUrl 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定影像的 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
屬性值
用於最後一個用戶帳戶建立步驟上 [ 繼續 ] 按鈕之影像的 URL。 預設值為空字串 ("")。
備註
當 屬性 ContinueButtonType 設定為 Image時,請使用 ContinueButtonImageUrl 屬性指定要顯示 [ 繼續 ] 按鈕的影像。