RightToLeft |
| sundar k replied to Aldo Liaks at 10-May-08 05:58 |
The RightToLeft property is used for international applications where the language is written from right to left, such as Hebrew or Arabic. When this property is set to RightToLeft.Yes, control elements that include text are displayed from right to left.
I think MSDN is a right source where you will have to take a look,
http://msdn.microsoft.com/en-us/library/system.windows.forms.control.righttoleft.aspx |
|