Freigeben über


IAccessible.accDoDefaultAction Method

Performs the default action.

Namespace:  Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

Syntax

'Declaration
Sub accDoDefaultAction ( _
    varChild As Object _
)
void accDoDefaultAction(
    Object varChild
)

Parameters

  • varChild
    Type: System.Object
    The child to which the default action belongs. If null, the action is the default for the object itself.

.NET Framework Security

See Also

Reference

IAccessible Interface

Microsoft.VisualStudio.CommandBars Namespace