This document is archived and information here might be outdated.  Recommended version.


ICommandItem.HelpContextID Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Framework)  

ICommandItem.HelpContextID Property

The help context ID associated with this command item.

[Visual Basic .NET]
Public Property HelpContextID As Integer
[C#]
public int HelpContextID {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

You cannot set HelpContextID for built-in commands. It is not implemented for macro items and UIControls.

See Also

ICommandItem Interface