Share via


_CommandBarComboBox.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 _CommandBarComboBox
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.

See Also

Reference

_CommandBarComboBox Interface

_CommandBarComboBox Members

HelpContextId Overload

Microsoft.Office.Core Namespace