Share via


CommandBarComboBoxClass.accDescription Property

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

Syntax

'Declaration
Public Overridable ReadOnly Property accDescription ( _
    varChild As Object _
) As String
    Get
'Usage
Dim instance As CommandBarComboBoxClass
Dim varChild As Object
Dim value As String

value = instance.accDescription(varChild)
public virtual string this[
    Object varChild
] { get; }

Parameters

Property Value

Type: System.String

Implements

_CommandBarComboBox.accDescription[Object]

See Also

Reference

CommandBarComboBoxClass Class

CommandBarComboBoxClass Members

Microsoft.Office.Core Namespace