CommandBarPopup.HelpContextId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the Help context ID number for the Help topic attached to the command bar control.
public:
property int HelpContextId { int get(); void set(int value); };
public int HelpContextId { get; set; }
member this.HelpContextId : int with get, set
Public Property HelpContextId As Integer
Property Value
Implements
Remarks
To use this property, you must also set the HelpFile property. Help topics respond to SHIFT+F1.