Back to Devexpress

WindowsFormsSettings.GetIsRightToLeft(Control) Method

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

latest1.7 KB
Original Source

WindowsFormsSettings.GetIsRightToLeft(Control) Method

Returns a Boolean value that indicates whether the specified control is actually aligned to support locales using right-to-left fonts. 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 GetIsRightToLeft(
    Control control
)
vb
Public Shared Function GetIsRightToLeft(
    control As Control
) As Boolean

Parameters

NameTypeDescription
controlControl

A Control object.

|

Returns

TypeDescription
Boolean

true if the specified control is actually aligned to support locales using right-to-left fonts; otherwise, false.

|

See Also

RightToLeft

WindowsFormsSettings Class

WindowsFormsSettings Members

DevExpress.XtraEditors Namespace