WindowsFormsSettings.GetIsRightToLeft Method
| Name | Parameters | Description |
|---|---|---|
| GetIsRightToLeft(Control) static | control | 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. |
| GetIsRightToLeft(RightToLeft) static | rightToLeft | Returns a Boolean value that specifies whether DevExpress controls are aligned to support locales using right-to-left fonts. The method parameter allows the default behavior to be specified. This is a static method. |