Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.04 KB

automationproperties_itemstatus.md

File metadata and controls

32 lines (19 loc) · 1.04 KB
-api-id -api-type
P:Microsoft.UI.Xaml.Automation.AutomationProperties.ItemStatus
winrt attachedproperty

Microsoft.UI.Xaml.Automation.AutomationProperties.ItemStatus

-description

Gets or sets a description of the status of an item in an element.

-remarks

The ItemStatus property lets a client ascertain whether an element is conveying status about an item as well as what the status is. For example, an item associated with a contact in a messaging application might be "Busy" or "Connected".

When ItemStatus is supported, the string must match the application UI language or the operating system default UI language.

-see-also

XAML attached properties

-examples