_CommandBarButton.accRole Property (Object)
Reserved for internal use.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property accRole ( _
varChild As Object _
) As Object
Get
'Usage
Dim instance As _CommandBarButton
Dim varChild As Object
Dim value As Object
value = instance.accRole(varChild)
Object this[
Object varChild
] { get; }
Parameters
- varChild
Type: System.Object
Property Value
Type: System.Object
Implements
CommandBarControl.accRole[Object]