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

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IAfxElement Interface

IAfxElement Members

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace