UIObject.SpecialControlType Property

Gets or sets the special type for this UI object.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common.UIMap
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
Public Property SpecialControlType As SpecialControlType
public SpecialControlType SpecialControlType { get; set; }
public:
property SpecialControlType SpecialControlType {
    SpecialControlType get ();
    void set (SpecialControlType value);
}
member SpecialControlType : SpecialControlType with get, set
function get SpecialControlType () : SpecialControlType 
function set SpecialControlType (value : SpecialControlType)

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Common.UIMap.SpecialControlType
The special control type.

.NET Framework Security

See Also

Reference

UIObject Class

Microsoft.VisualStudio.TestTools.UITest.Common.UIMap Namespace

SpecialControlType