Actual RightToLeft value

  • Thread starter Thread starter Mr. X.
  • Start date Start date
M

Mr. X.

On C#, VS 2008, Windows forms.
How can I get the actual righToLeft value (If a control has RightToLeft
propety = Yes, or No there is no problem,
but what if RightToLeft=inherited?)

Thanks :)
 
The value is inherited,
and I should get the value from the parent - That I know.
But if the parent has another parent, I should do a loop to find the value
of the "RightToLeft" property.
Is there any function for that?

Thanks :)
 
Back
Top