通过


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 创建用户帐户的最后一步中的 “继续 ”按钮的值。

若要将继续功能分配给控件中包含的CreateUserWizard任何Button控件,请将CommandName按钮的属性设置为字段中包含的ContinueButtonCommandName字符串。

继续 ”按钮显示在用于创建用户帐户的最后一步的模板上,该帐户由 CompleteStep 该属性表示。 单击“ 继续 ”按钮会将用户重定向到存储在属性中的 ContinueDestinationPageUrl URL。 若要向 “继续” 按钮添加自定义功能,请为 ContinueButtonClick 事件创建事件处理程序。

适用于

另请参阅