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 使用して[ 続行 ]ボタンに表示するイメージを指定します。

適用対象

こちらもご覧ください