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


IComPropertyPage.HelpContextID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IC > IComPropertyPage Interface > IComPropertyPage.HelpContextID Property
ArcGIS Developer Help

IComPropertyPage.HelpContextID Property

The help context ID for the specified control on the page.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IComPropertyPage Interface