Enum
ExpandCollapseState

Expand-collapse states

Definition

Namespace:ArtOfTest.WebAii.DesktopAutomation.Patterns

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public enum ExpandCollapseState

Fields

Collapsed

Collapsed state.

Declaration

cs-api-definition
Collapsed = 0

Field Value

ExpandCollapseState

Expanded

Expanded state.

Declaration

cs-api-definition
Expanded = 1

Field Value

ExpandCollapseState

LeafNode

Leaf node state.

Declaration

cs-api-definition
LeafNode = 3

Field Value

ExpandCollapseState

PartiallyExpanded

Partially expanded state.

Declaration

cs-api-definition
PartiallyExpanded = 2

Field Value

ExpandCollapseState