Back to Devexpress

WindowsFormsSettings.GetIsRightToLeftLayout(Control) Method

windowsforms-devexpress-dot-xtraeditors-dot-windowsformssettings-dot-getisrighttoleftlayout-x28-system-dot-windows-dot-forms-dot-control-x29.md

latest1.7 KB
Original Source

WindowsFormsSettings.GetIsRightToLeftLayout(Control) Method

Returns a Boolean value that indicates whether right-to-left mirror placement is turned on for the specified control or form. This is a static method.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public static bool GetIsRightToLeftLayout(
    Control control
)
vb
Public Shared Function GetIsRightToLeftLayout(
    control As Control
) As Boolean

Parameters

NameTypeDescription
controlControl

A Control object.

|

Returns

TypeDescription
Boolean

A Boolean value that indicates whether right-to-left mirror placement is turned on for the specified control or form.

|

See Also

RightToLeftLayout

WindowsFormsSettings Class

WindowsFormsSettings Members

DevExpress.XtraEditors Namespace