CommandBarComboBoxClass.accDoDefaultAction(Object) Method

Definition

Performs the default action. This method is deprecated.

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

Parameters

varChild
Object

The child.

Implements

Attributes

Remarks

This method throws a DeprecatedException when called.

Applies to