Fix Eclipse and Dbeaver Autocomplete on Windows 11 (#16417)
closes #16416
Summary of the issue:
On Windows 11, some controls are above the Dbeaver autocomplete suggestions dialog, causing the check to see if is an autocomplete list item to fail.
Description of user facing changes
NVDA will speak the Dbeaver autocomplete list items on Windows 11 again.
Description of development approach
The solution was to improve this check to use the simple object navigation mode to ignore unwanted objects from the check and add the check for the start menu that is a Toggle Button on Windows 11.