Skip to main content

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.v23.2.dll

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

Declaration

public static bool GetIsRightToLeft(
    Control control
)

Parameters

Name Type Description
control Control

A Control object.

Returns

Type Description
Boolean

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

See Also