次の方法で共有


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

プロパティ値

最後のユーザー アカウント作成手順の [続行 ] ボタンに使用されるイメージの URL。 既定値は空の文字列 ("") です。

注釈

プロパティが ContinueButtonTypeImage設定されている場合は、 プロパティを ContinueButtonImageUrl 使用して、[ 続行 ] ボタンに表示するイメージを指定します。

適用対象

こちらもご覧ください