CreateUserWizard.ContinueButtonText 属性

定义

获取或设置在“继续”按钮上显示的描述文字

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

属性值

继续 ”按钮上显示的文本标题。 默认值为“继续”。 控件的默认文本根据服务器当前的区域设置进行本地化。

注解

属性 ContinueButtonText 包含为 CreateUserWizard 控件的 “继续 ”按钮显示的文本。 根据 属性的值 ContinueButtonTypeContinueButtonText 属性可以显示为按钮上的文本、作为图像的替代显示的文本或链接的文本。 下表列出了 ContinueButtonType 属性值及其对 “继续 ”按钮文本标题的相应影响。

Button 文本显示在按钮上。

Image 文本显示为图像的可选文本。

Link 文本显示为链接。

设置此属性的值时,可以使用设计器工具自动保存到资源文件。 有关详细信息,请参阅 LocalizableAttribute全球化和本地化

适用于

另请参阅