PropertyTab.HelpKeyword 属性

定义

获取要与此选项卡关联的帮助关键字。

public:
 virtual property System::String ^ HelpKeyword { System::String ^ get(); };
public virtual string HelpKeyword { get; }
public virtual string? HelpKeyword { get; }
member this.HelpKeyword : string
Public Overridable ReadOnly Property HelpKeyword As String

属性值

要与此选项卡关联的帮助关键字。

注解

默认情况下,此项设置为选项卡名称。

适用于