Class DesktopLegacyIAccessiblePattern
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 DesktopLegacyIAccessiblePattern : DesktopPatternConstructors
DesktopLegacyIAccessiblePattern(DesktopElement)
Declaration
public DesktopLegacyIAccessiblePattern(DesktopElement element)Parameters
| DesktopElement
        element 
 | 
Properties
ChildId
Declaration
public int ChildId { get; }Property Value
| System.Int32 
 | 
DefaultAction
Declaration
public string DefaultAction { get; }Property Value
| System.String 
 | 
Description
Declaration
public string Description { get; }Property Value
| System.String 
 | 
Help
Declaration
public string Help { get; }Property Value
| System.String 
 | 
KeyboardShortcut
Declaration
public string KeyboardShortcut { get; }Property Value
| System.String 
 | 
Name
Declaration
public string Name { get; }Property Value
| System.String 
 | 
Role
Declaration
public uint Role { get; }Property Value
| System.UInt32 
 | 
State
Declaration
public uint State { get; }Property Value
| System.UInt32 
 | 
Value
Declaration
public string Value { get; }Property Value
| System.String 
 | 
Methods
DoDefaultAction()
Declaration
public void DoDefaultAction()GetIAccessible()
Declaration
public IAccessible GetIAccessible()Returns
| Interop.UIAutomationClient.IAccessible 
 | 
GetSelection()
Select(Int32)
Declaration
public void Select(int flagsSelect)Parameters
| System.Int32
        flagsSelect 
 | 
SetValue(String)
Declaration
public void SetValue(string szValue)Parameters
| System.String
        szValue 
 |