CreateUserWizard.ContinueButtonText 属性
定义
获取或设置在“继续”按钮上显示的描述文字。Gets or sets the text caption displayed on the Continue button.
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 caption displayed on the Continue button. 默认值为“继续”。The default value is "Continue". 控件的默认文本根据服务器当前的区域设置进行本地化。The default text for the control is localized based on the server's current locale.
注解
ContinueButtonText属性包含为 CreateUserWizard 控件的 "继续" 按钮显示的文本。The ContinueButtonText property contains the text displayed for the CreateUserWizard control's Continue button. 根据属性的值 ContinueButtonType , ContinueButtonText 属性可以以文本形式显示在按钮上,如显示为图像的替代文本或链接文本。Depending on the value of the ContinueButtonType property, the ContinueButtonText property can appear as text on a button, as text displayed as an alternative to an image, or as the text of a link. 下表列出了 ContinueButtonType 属性值及其在 " 继续 " 按钮的文本标题上的相应效果。The following table lists ContinueButtonType property values and their respective effects on the Continue button's text caption.
Button 文本出现在按钮上。Button Text appears on the button.
Image 文本显示为图像的替代文本。Image Text appears as alternative text for the image.
Link 文本显示为链接。Link Text appears as a link.
设置此属性后,可以使用设计器工具自动将此属性的值保存到资源文件中。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.