CommandBarComboBoxClass.accDefaultAction Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property accDefaultAction ( _
varChild As Object _
) As String
Get
'Usage
Dim instance As CommandBarComboBoxClass
Dim varChild As Object
Dim value As String
value = instance.accDefaultAction(varChild)
public virtual string this[
Object varChild
] { get; }
Parameters
- varChild
Type: System.Object
Property Value
Type: System.String
Implements
_CommandBarComboBox.accDefaultAction[Object]