Share via


CommandBarComboBoxClass.accHelpTopic Property

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

Syntax

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

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

Parameters

Property Value

Type: System.Int32

Implements

_CommandBarComboBox.accHelpTopic[String, Object]

See Also

Reference

CommandBarComboBoxClass Class

CommandBarComboBoxClass Members

Microsoft.Office.Core Namespace