Interface IApplication
Inherited Members
Namespace: ArtOfTest.WebAii.Silverlight
Assembly: ArtOfTest.WebAii.dll
Syntax
public interface IApplication : IAutomationHost, ISupportSearchHost, IAnnotationHost
Properties
Bounds
Declaration
Rectangle Bounds { get; }
Property Value
System.Drawing.Rectangle
|
Desktop
EnableValidateMouseLocation
Declaration
bool EnableValidateMouseLocation { get; set; }
Property Value
System.Boolean
|
Find
IsConnected
Declaration
bool IsConnected { get; }
Property Value
System.Boolean
|
IsRecordingHost
Declaration
bool IsRecordingHost { get; }
Property Value
System.Boolean
|
ManagedProxy
Popups
Declaration
IList<VisualTreeHost> Popups { get; }
Property Value
System.Collections.Generic.IList<VisualTreeHost>
|
VisualTree
Methods
Capture(FrameworkElement)
Declaration
Bitmap Capture(FrameworkElement element)
Parameters
FrameworkElement
element
|
Returns
System.Drawing.Bitmap
|
ElementFromPoint(Int32, Int32)
Declaration
FrameworkElement ElementFromPoint(int x, int y)
Parameters
System.Int32
x
|
System.Int32
y
|
Returns
FrameworkElement
|
EnsureElementClickable(FrameworkElement)
Declaration
void EnsureElementClickable(FrameworkElement element)
Parameters
FrameworkElement
element
|
GetScreenRectangle(FrameworkElement)
Declaration
Rectangle GetScreenRectangle(FrameworkElement element)
Parameters
FrameworkElement
element
|
Returns
System.Drawing.Rectangle
|
GetSubtreeFriendlyName(VisualTree)
Declaration
string GetSubtreeFriendlyName(VisualTree subtree)
Parameters
VisualTree
subtree
|
Returns
System.String
|
GetToolTipText(FrameworkElement)
Declaration
string GetToolTipText(FrameworkElement element)
Parameters
FrameworkElement
element
|
Returns
System.String
|
PopulateVisualTree()
RefreshVisualTrees()
Declaration
void RefreshVisualTrees()
ResizeContainer(Int32, Int32, Int32, Int32)
Declaration
void ResizeContainer(int x, int y, int width, int height)
Parameters
System.Int32
x
|
System.Int32
y
|
System.Int32
width
|
System.Int32
height
|
ScrollElementVisible(FrameworkElement, ScrollToVisibleType)
Declaration
void ScrollElementVisible(FrameworkElement element, ScrollToVisibleType scrollType)
Parameters
FrameworkElement
element
|
ScrollToVisibleType
scrollType
|