UITechnologyElement.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
Public MustOverride Function GetRightToLeftProperty ( _
    rightToLeftKind As RightToLeftKind _
) As Boolean
public abstract bool GetRightToLeftProperty(
    RightToLeftKind rightToLeftKind
)
public:
virtual bool GetRightToLeftProperty(
    RightToLeftKind rightToLeftKind
) abstract
abstract GetRightToLeftProperty : 
        rightToLeftKind:RightToLeftKind -> bool 
public abstract function GetRightToLeftProperty(
    rightToLeftKind : RightToLeftKind
) : boolean

Parameters

Return Value

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

Implements

IUITechnologyElement.GetRightToLeftProperty(RightToLeftKind)

.NET Framework Security

See Also

Reference

UITechnologyElement Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace

RightToLeftKind