MonthCalendar::RightToLeftLayout Property
.NET Framework (current version)
Gets or sets a value indicating whether the control is laid out from right to left.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property bool RightToLeftLayout { virtual bool get(); virtual void set(bool value); }
Property Value
Type: System::Booleantrue if the control is laid out from right to left; otherwise, false. The default is false.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: