Identifies the types for UIObject objects to indicate whether a UI object is a window.
Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common.UIMap
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Enumeration SpecialControlType
public enum SpecialControlType
public enum class SpecialControlType
type SpecialControlType
public enum SpecialControlType
Members
| Member name | Description | |
|---|---|---|
| BrowserWindow | The control is a browser window. | |
| DocumentWindow | The control is a document window. | |
| None | Default. | 
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.Common.UIMap Namespace