ChangePassword.CancelButtonImageUrl 属性
定义
如果“取消”按钮由 CancelButtonType 属性配置为一个图像按钮,则获取或设置在该按钮上所显示的图像的 URL。Gets or sets the URL of an image to display with the Cancel button, if the Cancel button is configured by the CancelButtonType property to be an image button.
public:
virtual property System::String ^ CancelButtonImageUrl { System::String ^ get(); void set(System::String ^ value); };
public virtual string CancelButtonImageUrl { get; set; }
member this.CancelButtonImageUrl : string with get, set
Public Overridable Property CancelButtonImageUrl As String
属性值
在“取消”按钮上显示的图像的 URL。The URL of the image to display with the Cancel button. 默认值为 Empty。The default is Empty.