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


IPropertyPageContext.GetHelpFile Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Framework)  

IPropertyPageContext.GetHelpFile Method

Returns the help file name for the specified control.

[Visual Basic .NET]
Public Function GetHelpFile ( _
    ByVal controlID As Integer _
) As String
[C#]
public string GetHelpFile (
    int controlID
);

Product Availability

Available with ArcGIS Desktop.

See Also

IPropertyPageContext Interface