NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AccessibleObject.GetHelpTopic

Returns an identifier for a help file topic and the path to the help file associated with this accessible object. This value is used as the context identifier of the desired topic that will be passed to the Win32 function WinHelp.

[Visual Basic]
Overridable Public Function GetHelpTopic( _
   ByRef fileName As String _
) As Integer
[C#]
public virtual int GetHelpTopic(
   ref string fileName
);
[C++]
public: virtual int GetHelpTopic(
   String** fileName
);
[JScript]
public function GetHelpTopic(
   fileName : String
) : int;

Parameters

fileName
[To be supplied.]

See Also

AccessibleObject Class | AccessibleObject Members | System.WinForms Namespace