IAfxElement.IsRightToLeft Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Function IsRightToLeft ( _
rtlProperty As RtlProperty _
) As Boolean
'Usage
Dim instance As IAfxElement
Dim rtlProperty As RtlProperty
Dim returnValue As Boolean
returnValue = instance.IsRightToLeft(rtlProperty)
bool IsRightToLeft(
RtlProperty rtlProperty
)
bool IsRightToLeft(
RtlProperty rtlProperty
)
function IsRightToLeft(
rtlProperty : RtlProperty
) : boolean
abstract IsRightToLeft :
rtlProperty:RtlProperty -> bool
Parameters
- rtlProperty
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.RtlProperty
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.