CommandBarButtonClass.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 CommandBarButtonClass
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
_CommandBarButton.accRole[Object]