January 20, 2009
Improvements:
Fixes:
Improvements:
Fixes:
Improvements:
Fixes:
Fixes:
Fixes:
Improvements:
Fixes:
Fixes:
Improvements:
Fixes:
Breaking Changes:
We changed the RadOffice2007ScreenTip's elements internal structure to solve the layout issues. Now it contains Caption, MainText and Footer RadLabel elements.
If you are using RadOffice2007ScreenTip in your application, you may need to change the code generated by the VS designer, related to RadOffice2007ScreenTip. For example:
((Telerik.WinControls.UI.RadLabelElement)(this.radOffice2007ScreenTip2.GetChildAt(0).GetChildAt(2).GetChildAt(0))).Text = "Cut"; |
should be changed to:
((RadOffice2007ScreenTipElement)this.radOffice2007ScreenTip2.ScreenTipElement).CaptionLabel.Text = "Cut"; |
((Telerik.WinControls.UI.RadLabelElement)(this.radOffice2007ScreenTip2.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(1))).Text = "Cut the selection from the document and put it on the clipboard"; |
should be changed to:
((RadOffice2007ScreenTipElement)this.radOffice2007ScreenTip2.ScreenTipElement).MainTextLabel.Text = "Cut the selection from the document and put it on the clipboard"; |
New features & Roadmap
Have a feature request?
Post your feedback via the WinForms UserVoice portal or the Public forums
What's new across all Telerik products?
Access our online documentation.
Check out the offers. Purchase an individual suite or treat yourself to one of our bundles.
Try UI for WinForms with dedicated technical support.