IUITechnologyElement.GetRightToLeftProperty(RightToLeftKind) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.