IAccessible::accDoDefaultAction Method (Object^)
Visual Studio 2015
Performs the default action.
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.
Show: