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


ICommandItem.HelpContextID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IC > ICommandItem Interface > ICommandItem.HelpContextID Property
ArcGIS Developer Help

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