System.Windows.Forms.ToolStripProgressBar.RightToLeftLayout Property

Gets or sets a value indicating whether the System.Windows.Forms.ToolStripProgressBar layout is right-to-left or left-to-right when the System.Windows.Forms.RightToLeft property is set to RightToLeft.Yes.

Syntax

[System.ComponentModel.DefaultValue(false)]
[System.ComponentModel.Localizable(true)]
public virtual bool RightToLeftLayout { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the ToolStripProgressBar.RightToLeftLayout property to control the layout of international applications in which the language is written from right to left. When the ToolStripProgressBar.RightToLeftLayout property is true, and the System.Windows.Forms.RightToLeft property is set to RightToLeft.Yes, mirroring will be enabled on the Windows form and control placement and text will be from right to left.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0