ToolStripItem::ToolStripItemAccessibleObject::GetHelpTopic Method (String^%)
.NET Framework (current version)
Gets an identifier for a Help topic and the path to the Help file associated with this accessible object.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- fileName
-
Type:
System::String^%
When this method returns, contains a string that represents the path to the Help file associated with this accessible object. This parameter is passed without being initialized.
Return Value
Type: System::Int32An identifier for a Help topic, or -1 if there is no Help topic. On return, the fileName parameter will contain the path to the Help file associated with this accessible object, or null if there is no IAccessible interface specified.
.NET Framework
Available since 2.0
Available since 2.0
Show: