This document is archived and information here might be outdated. Recommended version. |
Sets the help (CHM) file and help context identifier containing help for this toolbox.
[Visual Basic .NET]
Public Sub AlterHelpInfo ( _
ByVal File As String, _
ByVal context As Integer _
)
[C#]
public void AlterHelpInfo (
string File,
int context
);
[C++]
HRESULT AlterHelpInfo(
BSTR File,
long context
);
[C++] Parameters File [in]
File is a parameter of type BSTR context [in]
context is a parameter of type long