Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft