Share via


CommandBarPopup.accHelpTopic Property (String, Object)

Reserved for internal use.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Property accHelpTopic ( _
    <OutAttribute> ByRef pszHelpFile As String, _
    varChild As Object _
) As Integer
    Get
'Usage
Dim instance As CommandBarPopup
Dim pszHelpFile As String
Dim varChild As Object
Dim value As Integer

value = instance.accHelpTopic(pszHelpFile, _
    varChild)
int this[
    out string pszHelpFile,
    Object varChild
] { get; }

Parameters

Property Value

Type: System.Int32

Implements

CommandBarControl.accHelpTopic[String, Object]

See Also

Reference

CommandBarPopup Interface

CommandBarPopup Members

accHelpTopic Overload

Microsoft.Office.Core Namespace