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


ICommandItem.HelpFile Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Framework)  

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