ExpandCollapseState 列挙 (uiautomationcore.h)

展開および折りたたむことができる UI 要素の状態を指定する値が含まれます。

構文

typedef enum ExpandCollapseState {
  ExpandCollapseState_Collapsed = 0,
  ExpandCollapseState_Expanded = 1,
  ExpandCollapseState_PartiallyExpanded = 2,
  ExpandCollapseState_LeafNode = 3
} ;

定数

 
ExpandCollapseState_Collapsed
値: 0
子は表示されません。
ExpandCollapseState_Expanded
値: 1
すべての子が表示されます。
ExpandCollapseState_PartiallyExpanded
値: 2
一部の子は表示されますが、すべてではありません。
ExpandCollapseState_LeafNode
値: 3
要素は展開または折りたたまれません。

要件

   
サポートされている最小のクライアント Windows XP (デスクトップ アプリのみ)
サポートされている最小のサーバー Windows Server 2003 (デスクトップ アプリのみ)
Header uiautomationcore.h (UIAutomation.h を含む)

関連項目

IExpandCollapseProvider