You cannot convert String to RightToLeft.. |
| Vasanthakumar D replied to Aldo Liaks at 10-May-08 05:21 |
hi,
You cannot convert string to right to left... but you can convert integer to right to left..
int str = 1;
this.RightToLeft = (System.Windows.Forms.RightToLeft)str;
RightToLeft property will work well with controls when you set its property to inherits...
http://msdn.microsoft.com/en-us/library/7d3337xw.aspx
|
|