ChangePassword.CancelButtonText 属性

定义

获取或设置显示在“取消”按钮上的文本。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

属性值

String

要在“取消”按钮上显示的文本。The text to display on the Cancel button. 默认值为“Cancel”。The default is "Cancel".

注解

属性的默认值 CancelButtonText 为 "Cancel"。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. 有关详细信息,请参阅 LocalizableAttribute全球化和本地化For more information, see LocalizableAttribute and Globalization and Localization.

适用于