ChangePassword.ContinueButtonImageUrl 属性

定义

如果“继续”按钮由 ChangePassword 属性配置为一个图像按钮,则获取或设置在 ContinueButtonType 控件中用于该按钮的图像的 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。 默认值为 Empty

适用于

另请参阅