CreateUserWizard.ContinueButtonCommandName フィールド

定義

ユーザー アカウントを作成するための最後の手順の CommandName] ボタンの値を表します。 ContinueButtonCommandName フィールドは読み取り専用です。

public: static initonly System::String ^ ContinueButtonCommandName;
public static readonly string ContinueButtonCommandName;
 staticval mutable ContinueButtonCommandName : string
Public Shared ReadOnly ContinueButtonCommandName As String 

フィールド値

注釈

[ContinueButtonCommandName] フィールドは、ユーザー アカウントを作成するための最後の手順の CommandName] ボタンの値を表します。

Button コントロールに含まれる任意のCreateUserWizard コントロールに続行機能を割り当てるには、ボタンの CommandName プロパティを、ContinueButtonCommandName フィールドに含まれる文字列に設定します。

ユーザー アカウントを作成するための最後の手順のテンプレートに [ 続行 ] ボタンが表示されます。これは、 CompleteStep プロパティで表されます。 [ 続行 ] ボタンをクリックすると、 ContinueDestinationPageUrl プロパティに格納されている URL にユーザーがリダイレクトされます。 [続行] ボタンにカスタム機能を追加するには、ContinueButtonClick イベントのイベント ハンドラーを作成します。

適用対象

こちらもご覧ください