Share via


_CommandBarComboBox.accValue Property (Object)

Reserved for internal use.

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

Syntax

'Declaration
Property accValue ( _
    varChild As Object _
) As String
    Get
    Set
'Usage
Dim instance As _CommandBarComboBox
Dim varChild As Object
Dim value As String

value = instance.accValue(varChild)

instance.accValue(varChild) = value
string this[
    Object varChild
] { get; set; }

Parameters

Property Value

Type: System.String

Implements

CommandBarControl.accValue[Object]

See Also

Reference

_CommandBarComboBox Interface

_CommandBarComboBox Members

accValue Overload

Microsoft.Office.Core Namespace