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