Class VisualTreeHost
Inheritance
System.Object
    VisualTreeHost
  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.Xaml
Assembly: ArtOfTest.WebAii.dll
Syntax
public class VisualTreeHost : IAutomationHost, ISupportSearchHost, IAnnotationHostProperties
Annotator
ContentWindow
FriendlyName
Declaration
public virtual string FriendlyName { get; }Property Value
| System.String 
 | 
Implements
Manager
OwnerApp
ShouldDisplayAnnotation
Declaration
public bool ShouldDisplayAnnotation { get; }Property Value
| System.Boolean 
 | 
Implements
StateHashCode
Declaration
public virtual string StateHashCode { get; }Property Value
| System.String 
 | 
Implements
TechnologyType
Declaration
public virtual TechnologyType TechnologyType { get; }Property Value
| TechnologyType 
 | 
Implements
UniqueId
Declaration
public virtual string UniqueId { get; }Property Value
| System.String 
 | 
Implements
VisualTree
Window
Methods
Capture()
Declaration
public virtual Bitmap Capture()Returns
| System.Drawing.Bitmap 
 | 
Implements
EnsureStateIsCurrent()
Declaration
public virtual void EnsureStateIsCurrent()Implements
FixAnnotationArea(Rectangle)
Declaration
public virtual Rectangle FixAnnotationArea(Rectangle area)Parameters
| System.Drawing.Rectangle
        area 
 | 
Returns
| System.Drawing.Rectangle 
 | 
Implements
GetChildHosts()
GetHostRoot()
GetWindowRectangle()
Declaration
public virtual Rectangle GetWindowRectangle()Returns
| System.Drawing.Rectangle 
 | 
Implements
LocateAllInHost(String[])
Declaration
public virtual IList<ITargetElement> LocateAllInHost(string[] expression)Parameters
| System.String[]
        expression 
 | 
Returns
| System.Collections.Generic.IList<ITargetElement> 
 | 
Implements
LocateInHost(String[])
Declaration
public virtual ITargetElement LocateInHost(string[] expression)Parameters
| System.String[]
        expression 
 | 
Returns
| ITargetElement 
 | 
Implements
SetWindowFocus()
Declaration
public virtual bool SetWindowFocus()Returns
| System.Boolean 
 | 
Implements
UpdateInterHostLinks()
ValidateMouseLocation(Point)
Declaration
public virtual void ValidateMouseLocation(Point point)Parameters
| System.Drawing.Point
        point 
 |