ClassDesktopExpandCollapsePattern
Class
Represents expand collapse pattern.
Definition
Namespace:ArtOfTest.WebAii.DesktopAutomation.Patterns
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class DesktopExpandCollapsePattern : DesktopPattern
Inheritance: objectDesktopPatternDesktopExpandCollapsePattern
Inherited Members
Constructors
DesktopExpandCollapsePattern(DesktopElement)
Create new instance of DesktopExpandCollapsePattern class.
Declaration
cs-api-definition
public DesktopExpandCollapsePattern(DesktopElement element)
Parameters
element
Underlying element.
Properties
ExpandCollapseState
Expand-collapse state.
Declaration
cs-api-definition
public ExpandCollapseState ExpandCollapseState { get; }
Property Value
IsCollapsed
Indicates whether element is collapsed or not.