UITechnologyElementProxy.GetRightToLeftProperty Method

Gets the true/false value for right to left format based on the kind specified.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Overrides Function GetRightToLeftProperty ( _
    rightToLeftKind As RightToLeftKind _
) As Boolean
public override bool GetRightToLeftProperty(
    RightToLeftKind rightToLeftKind
)
public:
virtual bool GetRightToLeftProperty(
    RightToLeftKind rightToLeftKind
) override
abstract GetRightToLeftProperty : 
        rightToLeftKind:RightToLeftKind -> bool  
override GetRightToLeftProperty : 
        rightToLeftKind:RightToLeftKind -> bool
public override function GetRightToLeftProperty(
    rightToLeftKind : RightToLeftKind
) : boolean

Parameters

Return Value

Type: Boolean
True if layout or text that is based on the RightToLeftKind passed is right to left, false otherwise.

Implements

IUITechnologyElement.GetRightToLeftProperty(RightToLeftKind)

.NET Framework Security

See Also

Reference

UITechnologyElementProxy Class

Microsoft.VisualStudio.TestTools.UITesting Namespace