Back to Devexpress

WindowsFormsSettings.GetRightToLeft(Control) Method

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

latest2.3 KB
Original Source

WindowsFormsSettings.GetRightToLeft(Control) Method

Returns a RightToLeft enumeration 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 RightToLeft GetRightToLeft(
    Control control
)
vb
Public Shared Function GetRightToLeft(
    control As Control
) As RightToLeft

Parameters

NameTypeDescription
controlControl

A Control object.

|

Returns

TypeDescription
RightToLeft

A System.Windows.Forms.RightToLeft enumeration value that indicates whether the specified control is actually aligned to support locales using right-to-left fonts.

|

Remarks

The static WindowsFormsSettings.RightToLeft property of the DefaultBoolean type specifies whether DevExpress controls are aligned to support locales using right-to-left fonts. The GetRightToLeft method is a helper method that returns a RightToLeft enumeration value that indicates whether the specified control is actually aligned to support locales using right-to-left fonts.

See Also

RightToLeft

WindowsFormsSettings Class

WindowsFormsSettings Members

DevExpress.XtraEditors Namespace