ExpandCollapseState Enumeration
.NET Framework 3.0
Contains values that specify the ExpandCollapseState of a UI Automation element.
Namespace: System.Windows.Automation
Assembly: UIAutomationTypes (in uiautomationtypes.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
Assembly: UIAutomationTypes (in uiautomationtypes.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
'Declaration <ComVisibleAttribute(True)> _ <GuidAttribute("76d12d7e-b227-4417-9ce2-42642ffa896a")> _ Public Enumeration ExpandCollapseState 'Usage Dim instance As ExpandCollapseState
/** @attribute ComVisibleAttribute(true) */
/** @attribute GuidAttribute("76d12d7e-b227-4417-9ce2-42642ffa896a") */
public enum ExpandCollapseState
ComVisibleAttribute(true) GuidAttribute("76d12d7e-b227-4417-9ce2-42642ffa896a") public enum ExpandCollapseState
| Member name | Description | |
|---|---|---|
| Collapsed | No child nodes, controls, or content of the UI Automation element are displayed. | |
| Expanded | All child nodes, controls or content of the UI Automation element are displayed. | |
| LeafNode | The UI Automation element has no child nodes, controls, or content to display. | |
| PartiallyExpanded | Some, but not all, child nodes, controls, or content of the UI Automation element are displayed. |
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: