CreateUserWizard.ContinueButtonImageUrl 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置创建用户帐户最后一步中“继续”按钮使用的图像的 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。 默认值为空字符串 ("")。
注解
当 属性 ContinueButtonType 设置为 Image时, ContinueButtonImageUrl 使用 属性指定要为 “继续 ”按钮显示的图像。