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


ICommandItem.HelpFile 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.HelpFile Property
ArcGIS Developer Help

ICommandItem.HelpFile Property

The help file associated with this command item.

[Visual Basic .NET]
Public Property HelpFile As String
[C#]
public string HelpFile {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

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

 

See Also

ICommandItem Interface