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