Applying skins is fully supported in Visual Studio .NET design time.
To apply a skin to a menu in design time, set the Skin property.
You can preview the list of available skins in design mode. For more details, see The AutoFormat dialog box.
 |
Predefined skins are located in ~/RadControls/Menu/Skins. To use them, you need to add the RadControls folder to the root of your web application.
To use your custom skin files, add the folder that contains them to ~/RadControls/Menu/Skins. |
See Also