Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 920 Bytes

expandcollapsestate.md

File metadata and controls

35 lines (22 loc) · 920 Bytes
-api-id -api-type
T:Windows.UI.Xaml.Automation.ExpandCollapseState
winrt enum

ExpandCollapseState

-description

Contains values that specify the ExpandCollapseState automation property value of a UI Automation element.

-enum-fields

-field Collapsed:0

No child nodes, controls, or content of the UI Automation element are displayed.

-field Expanded:1

All child nodes, controls, and content of the UI Automation element are displayed.

-field PartiallyExpanded:2

Some, but not all, child nodes, controls, or content of the UI Automation element are displayed.

-field LeafNode:3

The UI Automation element has no child nodes, controls, or content to display.

-remarks

-examples

-see-also