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