IUITechnologyElement.GetRightToLeftProperty Method

Returns a value that indicates whether this element has the specified kind of left-to-right format.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
Function GetRightToLeftProperty ( _
    rightToLeftKind As RightToLeftKind _
) As Boolean
bool GetRightToLeftProperty(
    RightToLeftKind rightToLeftKind
)
bool GetRightToLeftProperty(
    RightToLeftKind rightToLeftKind
)
abstract GetRightToLeftProperty : 
        rightToLeftKind:RightToLeftKind -> bool 
function GetRightToLeftProperty(
    rightToLeftKind : RightToLeftKind
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the element has the specified left-to-right formatting; otherwise, false.

.NET Framework Security

See Also

Reference

IUITechnologyElement Interface

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace

RightToLeftKind