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 属性指定要为 “继续” 按钮显示的图像。

适用于

另请参阅