DateTimePicker::RightToLeftLayout Property
.NET Framework (current version)
Gets or sets whether the contents of the DateTimePicker are 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 layout of the DateTimePicker contents is from right to left; otherwise, false. The default is false.
The RightToLeftLayout property is used for international applications where the language is written from right to left, such as Hebrew or Arabic.
.NET Framework
Available since 2.0
Available since 2.0
Show: