In a vb.net web form 2010 application that uses the rad editor, the development workstation uses windows 7 currently. In the near future, they will be using windows 10 workstations for development. The skin value for the radeditor uses a skin that points to windows7 as listed below:
<telerik:RadEditor ID="reLetterEditor"
runat="server"
Skin="Windows7"
ContentFilters="DefaultFilters,PdfExportFilter"
NewLineMode="Br"
EditModes="Design,Preview,html"
Width="100%"
Height="800px"
>
When the development workstation is changed to using windows 10, is there anything I need to be aware of concerned about?
Will changing the skin value to be "Windows10" be enough? Is that all I need to do except for testing the application?