IAccessible.accDoDefaultAction(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs the default action.
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 to which the default action belongs. If null, the action is the default for the object itself.
- Attributes