AutomationProperties.ItemStatus Attached Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets or sets a description of the status of an item in an element.
Namespace: System.Windows.Automation
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
See GetItemStatus, SetItemStatus
See GetItemStatus, SetItemStatus
<object AutomationProperties.ItemStatus="statusString"/>
Property Value
Type: System.String
The status of an item in an element.
Remarks
This property enables a client to determine whether an element is conveying status about an item. For example, an item that is associated with a contact in a messaging application might be "Busy" or "Connected".
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
See Also