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;
AccessibleObject Class | AccessibleObject Members | System.WinForms Namespace