IAccessible::accDoDefaultAction Method (Object^)

 

Performs the default action.

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

[TypeLibFuncAttribute(64)]
[DispIdAttribute(-5018)]
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.

Return to top
Show: