SilverlightCommandType Enumeration

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Sliverlight command types.

Namespace:  ArtOfTest.WebAii.Silverlight
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public enum SilverlightCommandType
Members

  Member nameValueDescription
PropGet0
PropSet1
Invoke2
GetRectangle3
VisualTree4
Highlight5
HitTest6 Gets the elements under a point in the application
GetHashCode7 Gets the object reference hash code of the element
GetFocusedElementUid8 Gets the object reference hash code of the element with keyboard focus
GetPropList9 Gets a list of the public properties of the element
PublishKnownControls10 Publish the known controls
ScrollToVisible11 Attempt to scroll an element's containers so the element is visible
RefreshAllVisualTrees12 Gets the application's main visual tree and those of all open Popups
GetVirtualizedViewportOffset13 Gets the count of visual tree items that are not shown at the beginning of a VirtualizingStackPanel's items
GetTextRecursive14 Gets the text content of all children of an automation reference
GetVisibility15 Gets the inherited visibility of an element in the visual tree
See Also

Reference