New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:ArtOfTest.WebAii.DesktopAutomation.Patterns

Assembly:ArtOfTest.WebAii.dll

Syntax:

C#
public class DesktopExpandCollapsePattern : DesktopPattern

Inheritance: objectDesktopPatternDesktopExpandCollapsePattern

Inherited Members DesktopPattern.elementDesktopPattern.EnumNativeArray(IUIAutomationElementArray)DesktopPattern.GetNativePattern<T>(int)

Constructors

C#
public DesktopExpandCollapsePattern(DesktopElement element)
Parameters:elementDesktopElement

Properties

C#
public ExpandCollapseState ExpandCollapseState { get; }
C#
public bool IsCollapsed { get; }

Methods

C#
public void Collapse()
C#
public void Expand()