IExpandCollapseProvider 接口

定义

公开一些方法和属性,UI 自动化客户端可通过这些方法和属性访问能够以可视方式进行展开(以显示内容)和折叠(以隐藏内容)的控件。

public interface class IExpandCollapseProvider
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("d847d3a5-cab0-4a98-8c32-ecb45c59ad24")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IExpandCollapseProvider
public interface IExpandCollapseProvider
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("d847d3a5-cab0-4a98-8c32-ecb45c59ad24")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IExpandCollapseProvider = interface
type IExpandCollapseProvider = interface
Public Interface IExpandCollapseProvider
派生
属性

注解

在必须支持控件模式的UI 自动化提供程序上ExpandCollapsePattern实现。

属性

ExpandCollapseState

获取控件的状态(展开或折叠)。

方法

Collapse()

隐藏属于控件子代的所有节点、控件或内容。

Expand()

显示控件的所有子级节点、控件或内容。

适用于

另请参阅