IUITechnologyElement.GetRightToLeftProperty(RightToLeftKind) Method

Definition

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

public:
 bool GetRightToLeftProperty(Microsoft::VisualStudio::TestTools::UITest::Extension::RightToLeftKind rightToLeftKind);
public bool GetRightToLeftProperty (Microsoft.VisualStudio.TestTools.UITest.Extension.RightToLeftKind rightToLeftKind);
abstract member GetRightToLeftProperty : Microsoft.VisualStudio.TestTools.UITest.Extension.RightToLeftKind -> bool
Public Function GetRightToLeftProperty (rightToLeftKind As RightToLeftKind) As Boolean

Parameters

rightToLeftKind
RightToLeftKind

A member of the RightToLeftKind enumeration.

Returns

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

Applies to