CommandBarControl.HelpContextId Property

Definition

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

Remarks

To use this property, you must also set the HelpFile property. Help topics respond to SHIFT+F1.

Applies to