Class DesktopSelectionPattern
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 DesktopSelectionPattern : DesktopPatternConstructors
DesktopSelectionPattern(DesktopElement)
Declaration
public DesktopSelectionPattern(DesktopElement element)Parameters
| DesktopElement
        element 
 | 
Properties
CanSelectMultiple
Declaration
public bool CanSelectMultiple { get; }Property Value
| System.Boolean 
 | 
IsSelectionRequired
Declaration
public bool IsSelectionRequired { get; }Property Value
| System.Boolean 
 | 
Selection
Declaration
public string Selection { get; }Property Value
| System.String 
 |