CommandBarControl.accDoDefaultAction(Object) Method

Definition

Performs the default action. This method is deprecated.

void accDoDefaultAction(winrt::Windows::Foundation::IInspectable const & varChild);
[System.Runtime.InteropServices.DispId(-5018)]
[System.Runtime.InteropServices.TypeLibFunc(64)]
public void accDoDefaultAction (object varChild);
[<System.Runtime.InteropServices.DispId(-5018)>]
[<System.Runtime.InteropServices.TypeLibFunc(64)>]
abstract member accDoDefaultAction : obj -> unit
Public Sub accDoDefaultAction (Optional varChild As Object)

Parameters

varChild
Object

The child.

Implements

Attributes

Remarks

This method throws a DeprecatedException when called.

Applies to