ChangePassword.CancelButtonText 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 text displayed on the Cancel button.
public:
virtual property System::String ^ CancelButtonText { System::String ^ get(); void set(System::String ^ value); };
public virtual string CancelButtonText { get; set; }
member this.CancelButtonText : string with get, set
Public Overridable Property CancelButtonText As String
Property Value
The text to display on the Cancel button. The default is "Cancel".
Remarks
The default for the CancelButtonText property is "Cancel".
The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see LocalizableAttribute and Globalization and Localization.
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.