Enum
SilverlightCommandType

Sliverlight command types.

Definition

Namespace:ArtOfTest.WebAii.Silverlight

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public enum SilverlightCommandType

Fields

GetFocusedElementUid

Gets the object reference hash code of the element with keyboard focus

Declaration

cs-api-definition
GetFocusedElementUid = 10

Field Value

SilverlightCommandType

GetHashCode

Gets the object reference hash code of the element

Declaration

cs-api-definition
GetHashCode = 9

Field Value

SilverlightCommandType

GetPropList

Gets a list of the public properties of the element

Declaration

cs-api-definition
GetPropList = 11

Field Value

SilverlightCommandType

GetRectangle

Declaration

cs-api-definition
GetRectangle = 3

Field Value

SilverlightCommandType

GetRectangleTimeout

Declaration

cs-api-definition
GetRectangleTimeout = 4

Field Value

SilverlightCommandType

GetScreenRectangle

Declaration

cs-api-definition
GetScreenRectangle = 5

Field Value

SilverlightCommandType

GetTextRecursive

Gets the text content of all children of an automation reference

Declaration

cs-api-definition
GetTextRecursive = 16

Field Value

SilverlightCommandType

GetVirtualizedViewportOffset

Gets the count of visual tree items that are not shown at the beginning of a VirtualizingStackPanel's items

Declaration

cs-api-definition
GetVirtualizedViewportOffset = 15

Field Value

SilverlightCommandType

GetVisibility

Gets the inherited visibility of an element in the visual tree

Declaration

cs-api-definition
GetVisibility = 17

Field Value

SilverlightCommandType

Highlight

Declaration

cs-api-definition
Highlight = 7

Field Value

SilverlightCommandType

HitTest

Gets the elements under a point in the application

Declaration

cs-api-definition
HitTest = 8

Field Value

SilverlightCommandType

Invoke

Declaration

cs-api-definition
Invoke = 2

Field Value

SilverlightCommandType

LoadAssembliesFromFolder

Load assemblies from folder

Declaration

cs-api-definition
LoadAssembliesFromFolder = 18

Field Value

SilverlightCommandType

PropGet

Declaration

cs-api-definition
PropGet = 0

Field Value

SilverlightCommandType

PropSet

Declaration

cs-api-definition
PropSet = 1

Field Value

SilverlightCommandType

PublishKnownControls

Publish the known controls

Declaration

cs-api-definition
PublishKnownControls = 12

Field Value

SilverlightCommandType

RefreshAllVisualTrees

Gets the application's main visual tree and those of all open Popups

Declaration

cs-api-definition
RefreshAllVisualTrees = 14

Field Value

SilverlightCommandType

ScrollToVisible

Attempt to scroll an element's containers so the element is visible

Declaration

cs-api-definition
ScrollToVisible = 13

Field Value

SilverlightCommandType

VisualTree

Declaration

cs-api-definition
VisualTree = 6

Field Value

SilverlightCommandType