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


IPropertyPageContext.GetHelpFile Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IP > IPropertyPageContext Interface > IPropertyPageContext.GetHelpFile Method
ArcGIS Developer Help

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