This document is archived and information here might be outdated. Recommended version. |
Returns the help file name for the specified control.
[Visual Basic .NET]
Public Function GetHelpFile ( _
ByVal controlID As Integer _
) As String
[C#]
public string GetHelpFile (
int controlID
);