Class DesktopSelectionItemPattern
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 DesktopSelectionItemPattern : DesktopPatternConstructors
DesktopSelectionItemPattern(DesktopElement)
Declaration
public DesktopSelectionItemPattern(DesktopElement element)Parameters
| DesktopElement
        element 
 | 
Properties
IsSelected
Declaration
public bool IsSelected { get; }Property Value
| System.Boolean 
 | 
SelectionContainer
SelectionContainerText
Declaration
public string SelectionContainerText { get; }Property Value
| System.String 
 | 
Methods
Deselect()
Declaration
public void Deselect()Select()
Declaration
public void Select()