CreateUserWizard.HelpPageText 属性
定义
获取或设置指向“帮助”页的链接的文本标题。Gets or sets the text caption for the link to the Help page.
public:
virtual property System::String ^ HelpPageText { System::String ^ get(); void set(System::String ^ value); };
public virtual string HelpPageText { get; set; }
member this.HelpPageText : string with get, set
Public Overridable Property HelpPageText As String
属性值
指向“帮助”页的链接的文本标题。The text caption for the link to the Help page. 默认值为空字符串 ("")。The default value is an empty string ("").
注解
设置此属性后,可以使用设计器工具自动将此属性的值保存到资源文件中。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.