CommandBarButtonClass.accHelpTopic[String, Object] Property      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the help topic. This property is deprecated.
public:
 virtual property int accHelpTopic[System::String ^ %, System::Object ^] { int get([Runtime::InteropServices::Out] System::String ^ % pszHelpFile, System::Object ^ varChild); };
	[System.Runtime.InteropServices.DispId(-5009)]
public virtual int accHelpTopic[out string pszHelpFile, object varChild] { [System.Runtime.InteropServices.DispId(-5009)] [System.Runtime.InteropServices.TypeLibFunc(64)] get; }
	[<System.Runtime.InteropServices.DispId(-5009)>]
[<get: System.Runtime.InteropServices.DispId(-5009)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(64)>]
member this.accHelpTopic(string * obj) : int
	Public Overridable ReadOnly Property accHelpTopic(ByRef pszHelpFile As String, Optional varChild As Object) As Integer
	Parameters
- pszHelpFile
 - String
 
The name.
- varChild
 - Object
 
The child.
Property Value
The help topic. This property is deprecated.
Implements
- Attributes
 
Remarks
This property throws a DeprecatedException when called.