ComponentOne TabStrip for ASP.NET AJAX: C1TabStrip Appearance > Custom Visual Styles

Custom Visual Styles

While TabStrip for ASP.NET AJAX comes with five built-in styles, we recognize that there are instances where that you will want to customize your C1TabStrip control. To customize the C1TabStrip control, you will create a custom CSS style sheet and add it to your project as a visual style. The custom CSS style sheet must always be named "styles.css".

 Tip: The easiest way to create a custom visual style is by modifying one of the control's pre-existing visual styles. You can find the .css sheets and images for C1TabStrip's visual styles within the installation directory at C:\Program Files\ComponentOne\Studio for ASP.NET AJAX\C1WebUI\VisualStyles.

Before you add your .css file and images, you will have to create a folder to contain them. The folder that will contain them will be buried within a hierarchy of folders. On the top-level of your project, create a folder named "VisualStyles".  Underneath the VisualStyles folder, create a sub-folder bearing the theme name (such as "CustomStyle"), and then, beneath that, create a sub-folder named "C1TabStrip".  The image folder and .css file should be placed underneath the C1TabStrip folder. The folder hierarchy will resemble the following:

 

 

This structure of these folders is very important; C1TabStrip will always look for the ~/VisualStyles/StyleName/C1TabStrip/styles.css path, as it is the default visual style path for the control.

Once the .css file and images are in place, set the VisualStylePath property to the path of the first folder (~/VisualStyles), set the UseEmbeddedVisualStyles property to False, and then set the VisualStyle property to the custom theme name.

For step-by-step instructions on adding custom style sheets to your project, see Adding Custom Visual Styles.


Send comments about this topic to ComponentOne.
Copyright © 1987-2010 ComponentOne LLC. All rights reserved.