CommandBarPopup.HelpContextId Property
Returns or sets the Help context ID number for the Help topic attached to the command bar control.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property HelpContextId As Integer
Get
Set
'Usage
Dim instance As CommandBarPopup
Dim value As Integer
value = instance.HelpContextId
instance.HelpContextId = value
int HelpContextId { get; set; }
Property Value
Type: System.Int32
Implements
CommandBarControl.HelpContextId
Remarks
To use this property, you must also set the HelpFile property. Help topics respond to SHIFT+F1.