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
[<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
Public Interface IExpandCollapseProvider
派生
属性

注釈

ExpandCollapsePattern コントロール パターンをサポートする必要があるUI オートメーション プロバイダーに実装されます。

プロパティ

名前 説明
ExpandCollapseState

コントロールの状態 (展開または折りたたみ) を取得します。

メソッド

名前 説明
Collapse()

コントロールの子孫であるすべてのノード、コントロール、またはコンテンツを非表示にします。

Expand()

コントロールのすべての子ノード、コントロール、またはコンテンツを表示します。

適用対象

こちらもご覧ください