ChangePassword.ContinueButtonText 属性
定义
获取或设置在 ChangePassword 控件“成功”视图中“继续”按钮上显示的文本。Gets or sets the text that is displayed on the Continue button on the Success view of the ChangePassword control.
public:
virtual property System::String ^ ContinueButtonText { System::String ^ get(); void set(System::String ^ value); };
public virtual string ContinueButtonText { get; set; }
member this.ContinueButtonText : string with get, set
Public Overridable Property ContinueButtonText As String
属性值
要在“继续”按钮上显示的文本。The text to display on the Continue button. 默认值为“Continue”。The default is "Continue".
注解
设置此属性后,可以使用设计器工具自动将此属性的值保存到资源文件中。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.