ChangePassword.CancelButtonImageUrl Property

Definition

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

Property Value

The URL of the image to display with the Cancel button. The default is Empty.

Applies to

See also