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


IPropertyPageContext.GetHelpId Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Framework)  

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