This document is archived and information here might be outdated. Recommended version. |
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
);