PrintPreviewDialog::RightToLeftLayout Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets or sets a value indicating whether the PrintPreviewDialog should be laid out from right to left.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property bool RightToLeftLayout { virtual bool get() override; virtual void set(bool value) override; }
Property Value
Type: System::Booleantrue to indicate the PrintPreviewDialog contents should be laid out from right to left; otherwise, false. The default is false.
This property is not relevant for this class.
The RightToLeftLayout property is used for applications where the language is written from right to left. When both the RightToLeftLayout and RightToLeft properties are true, mirroring will be turned on for the dialog box, and control placement and text will be from right to left.
.NET Framework
Available since 2.0
Available since 2.0
Show: