MonthCalendar.RightToLeftLayout Property

Definition

Gets or sets a value indicating whether the control is laid out from right to left.

public:
 virtual property bool RightToLeftLayout { bool get(); void set(bool value); };
public virtual bool RightToLeftLayout { get; set; }
member this.RightToLeftLayout : bool with get, set
Public Overridable Property RightToLeftLayout As Boolean

Property Value

true if the control is laid out from right to left; otherwise, false. The default is false.

Remarks

The RightToLeftLayout property is useful for international applications where the language is written from right to left. When the RightToLeft and RightToLeftLayout properties are both true,

Mirroring will be turned on for the form, and control placement and text will be from right to left.

Applies to