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()

컨트롤의 모든 자식 노드, 컨트롤 또는 내용을 표시합니다.

적용 대상

추가 정보