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


IPropertyPageContext.GetHelpId 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.GetHelpId Method
ArcGIS Developer Help

IPropertyPageContext.GetHelpId Method

Returns the help ID for the specified control.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IPropertyPageContext Interface