CreateUserWizard.ContinueButtonText 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置在“继续”按钮上显示的描述文字。
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 控件的 “继续 ”按钮显示的文本。 根据 属性的值 ContinueButtonType , ContinueButtonText 属性可以显示为按钮上的文本、作为图像的替代显示的文本或链接的文本。 下表列出了 ContinueButtonType 属性值及其对 “继续 ”按钮文本标题的相应影响。
Button 文本显示在按钮上。
Image 文本显示为图像的可选文本。
Link 文本显示为链接。
设置此属性的值时,可以使用设计器工具自动保存到资源文件。 有关详细信息,请参阅 LocalizableAttribute 和 全球化和本地化。