I need to automate a WPF application that has a Toggle Button.
The following articles contain information about support for control types and their associated control patterns in Microsoft UI Automation:
https://msdn.microsoft.com/en-us/library/ms743581(v=vs.110).aspx
https://msdn.microsoft.com/en-us/library/ms750574(v=vs.110).aspx
The Toggle Button does not appear in the lists of supported controls. Does it means that the ToggleButton control is not supported in the Microsoft UI Automation?