Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IExpandCollapseProvider Interface

 

Exposes methods and properties to support UI Automation client access to controls that visually expand to display content and collapse to hide content.

Namespace:   System.Windows.Automation.Provider
Assembly:  UIAutomationProvider (in UIAutomationProvider.dll)

[ComVisibleAttribute(true)]
[GuidAttribute("d847d3a5-cab0-4a98-8c32-ecb45c59ad24")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IExpandCollapseProvider

NameDescription
System_CAPS_pubpropertyExpandCollapseState

Gets the state, expanded or collapsed, of the control.

NameDescription
System_CAPS_pubmethodCollapse()

Hides all nodes, controls, or content that are descendants of the control.

System_CAPS_pubmethodExpand()

Displays all child nodes, controls, or content of the control.

Implemented on a UI Automation provider that must support the ExpandCollapsePattern control pattern.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show:
© 2017 Microsoft