G
Guest
I wrote a component using class library wizard. In my component i want to in
order to RightToLeft property do some works.
I can find out if user set this property to Yes or No, But if He/She set it
to Inherit I must examine its parent RightToLeft property(if i`m wrong please
tell me) but in this component that inherits from
System.ComponentModel.Component, How can i find parent???
In UserControls we can simply use Parent property but in this kind of
components, how we can find parent.
Thanks in advance.
order to RightToLeft property do some works.
I can find out if user set this property to Yes or No, But if He/She set it
to Inherit I must examine its parent RightToLeft property(if i`m wrong please
tell me) but in this component that inherits from
System.ComponentModel.Component, How can i find parent???
In UserControls we can simply use Parent property but in this kind of
components, how we can find parent.
Thanks in advance.