DateTimePicker::RightToLeftLayout Property

 

Gets or sets whether the contents of the DateTimePicker are laid out from right to left.

Namespace:   System.Windows.Forms
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::Boolean

true 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
Return to top
Show: