Class DesktopExpandCollapsePattern
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: ArtOfTest.WebAii.DesktopAutomation.Patterns
Assembly: ArtOfTest.WebAii.dll
Syntax
public class DesktopExpandCollapsePattern : DesktopPatternConstructors
DesktopExpandCollapsePattern(DesktopElement)
Declaration
public DesktopExpandCollapsePattern(DesktopElement element)Parameters
| DesktopElement
        element 
 | 
Properties
ExpandCollapseState
Declaration
public ExpandCollapseState ExpandCollapseState { get; }Property Value
| ExpandCollapseState 
 | 
IsCollapsed
Declaration
public bool IsCollapsed { get; }Property Value
| System.Boolean 
 | 
Methods
Collapse()
Declaration
public void Collapse()Expand()
Declaration
public void Expand()