CommandBarControl.HelpFile 属性

定义

返回或设置附加到命令栏控件的帮助主题的文件名。

public:
 property System::String ^ HelpFile { System::String ^ get(); void set(System::String ^ value); };
public string HelpFile { get; set; }
member this.HelpFile : string with get, set
Public Property HelpFile As String

属性值

注解

若要使用此属性,还必须设置 HelpContextId 属性。 帮助主题响应 Shift+F1 用户按键操作。

适用于