ChangePassword.CancelButtonImageUrl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- ASP.NET Login Controls Overview
- Customizing Appearance and Behavior of the ASP.NET Login Controls
- ASP.NET Web Server Controls Templates
- ASP.NET Themes and Skins Overview
- How To: Create ASP.NET Web Server Control Templates Dynamically
- How to: Create ASP.NET Web Control Templates Declaratively
- How to: Display Different Information to Anonymous and Logged In Users
- Web Site Administration Tool Security Tab
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.