dbicMonth Send comments on this topic.
RightToLeft Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiReminderDialog Class : RightToLeft Property

Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts.

Syntax

Visual Basic (Declaration) 
Public Overridable Property RightToLeft As RightToLeft
C# 
public virtual RightToLeft RightToLeft {get; set;}

Property Value

One of the System.Windows.Forms.RightToLeft values. The default is System.Windows.Forms.RightToLeft.Inherit.

Exceptions

ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe assigned value is not one of the System.Windows.Forms.RightToLeft values.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also