ExpandCollapseState Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains values that specify the ExpandCollapseState of a UI Automation element.
public enum class ExpandCollapseState
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("76d12d7e-b227-4417-9ce2-42642ffa896a")]
public enum ExpandCollapseState
public enum ExpandCollapseState
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("76d12d7e-b227-4417-9ce2-42642ffa896a")>]
type ExpandCollapseState =
type ExpandCollapseState =
Public Enum ExpandCollapseState
- Inheritance
- Attributes
Name | Value | Description |
---|---|---|
Collapsed | 0 | No child nodes, controls, or content of the UI Automation element are displayed. |
Expanded | 1 | All child nodes, controls or content of the UI Automation element are displayed. |
PartiallyExpanded | 2 | Some, but not all, child nodes, controls, or content of the UI Automation element are displayed. |
LeafNode | 3 | The UI Automation element has no child nodes, controls, or content to display. |
ExpandCollapseState refers to the visibility of immediate child objects only; it does not refer to the visibility of all descendant objects.
Produto | Versões |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |
Comentários do .NET
O .NET é um projeto código aberto. Selecione um link para fornecer comentários: