IApplication
Interface
Definition
Namespace:ArtOfTest.WebAii.Silverlight
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public interface IApplication : IAutomationHost, ISupportSearchHost, IAnnotationHost
Derived Classes:
Inherited Members
Properties
C#
bool EnableValidateMouseLocation { get; set; }
C#
VisualFind Find { get; }
C#
bool IsConnected { get; }
C#
bool IsRecordingHost { get; }
C#
ICommunicationProxy ManagedProxy { get; }
C#
IList<VisualTreeHost> Popups { get; }
C#
VisualTree VisualTree { get; }
Methods
C#
Rectangle GetScreenRectangle(FrameworkElement element)
C#
void RefreshVisualTrees()
C#
void ScrollElementVisible(FrameworkElement element, ScrollToVisibleType scrollType)