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