Control::RenderRightToLeft Property

 
obsoleteCodeEntityT:System.Windows.Forms.RightToLeft Note: This API is now obsolete.

This property is now obsolete.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public protected:
[ObsoleteAttribute("This property has been deprecated. Please use RightToLeft instead. http://go.microsoft.com/fwlink/?linkid=14202")]
property bool RenderRightToLeft {
	bool get();
}

Property Value

Type: System::Boolean

true if the control is rendered from right to left; otherwise, false. The default is false.

.NET Framework
Available since 1.1
Return to top
Show: