Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UITechnologyElementProxy::GetRightToLeftProperty Method (RightToLeftKind)

 

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)

public:
virtual bool GetRightToLeftProperty(
	RightToLeftKind rightToLeftKind
) override

Parameters

rightToLeftKind
Type: Microsoft.VisualStudio.TestTools.UITest.Extension::RightToLeftKind

Either the layout or text kind to check for.

Return Value

Type: System::Boolean

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

Return to top
Show: