Hi Divya,
Thank you for your question.
The difference between
RadCheckBox and
RadCheckBoxElement is that
RadCheckBox inherits from
RadControl and
RadCheckBoxElement inherits from
RadElement.
RadControl itself inherits from the .NET framework class
Control which provides the basic functionality for controls.
RightToLeftChanged event is inherited from the
Control class.
RadElement represents visual element which is used to form the layout of any
RadControl. For example:
RadCheckBox is a
RadControl and its main element is
RadCheckBoxElement. This is how our
Telerik Presentation Framework is designed. You can find more information about the TPF on
this link.
In your case, in order to be notified when the
RightToLeft property of the
RadCheckBoxElement is changed, you should subscribe to the following event:
I hope this helps. Feel free to ask if you have any additional questions.
Greetings,
Ivan Todorov
the Telerik team
Q1’11 SP1 of RadControls for WinForms is available for
download; also available is the Q2'11
Roadmap for Telerik Windows Forms controls.