This method of the IAccessible Interface changes focus and modifies selection according to specified flags.
public void accSelect(int flagsSelect, Variant varChild);
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. |