Microsoft SDK for Java

accSelect

This method of the IAccessibleDefault Interface changes focus and modifies selection according to specified flags.

Syntax

public void accSelect(int flagsSelect, Variant varChild);

Parameters

flagsSelect The selection flags, which indicate how to change the focus and selection. They must be set to some combination of the following: SELFLAG_NONE, SELFLAG_TAKEFOCUS, SELFLAG_TAKESELECTION, SELFLAG_EXTENDSELECTION, SELFLAG_ADDSELECTION, and SELFLAG_REMOVESELECTION.
varChild A value that identifies the child object that is selected.

Overrides

accSelect(int,Variant) in IAccessible.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.