Skip to main content
A newer version of this page is available. .

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

Declaration

public static bool GetIsRightToLeftLayout(
    Control control
)

Parameters

Name Type Description
control Control

A Control object.

Returns

Type Description
Boolean

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

See Also