CreateUserWizardStepCollectionEditor.HelpTopic 属性
定义
获取 Help 关键字,它用于当用户在编辑器的对话框中单击“帮助”按钮或按 F1 键时显示帮助主题或主题列表。Gets the Help keyword used to display the Help topic or topic list when users click the Help button or press the F1 key in the editor's dialog box.
protected:
virtual property System::String ^ HelpTopic { System::String ^ get(); };
protected override string HelpTopic { get; }
member this.HelpTopic : string
Protected Overrides ReadOnly Property HelpTopic As String
属性值
当从编辑器请求帮助时显示帮助主题或主题列表的 Help 关键字。The Help keyword to display the Help topic or topic list when Help is requested from the editor.