AutomationElement.AutomationElementInformation.ControlType Property
.NET Framework 4
Gets the ControlType of the element.
Assembly: UIAutomationClient (in UIAutomationClient.dll)
Control type describes a known interaction model for arbitrary UI Automation elements without relying on a localized control type or combination of complex logic rules.
The only case where this property can change at run time is for a control that supports MultipleViewPattern. An example is the Win32 ListView control, which can change from DataGrid to List, depending on the current view.
For more information, see ControlTypeProperty.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.