The following are some of the main features of C1TabControl that you may find useful:
• Choose from five built-in visual styles or use your own custom visual style
The appearance of tabs are determined by CSS classes defined in built-in and custom visual style files. Select from five built-in styles using the VisualStyle property. You can also define your own appearance by changing the external visual style files. For more information, see Built-In Visual Styles and Custom Visual Styles.
• Choose from four C1TabControl alignment options
C1TabControl provides four Alignment options for the placement of C1TabControl inside its container. Choose from Right, Left (default), Center, or Justify.
• Use automatic postback when clicking a tab
Set the AutoPostBack property to True if you want an automatic postback to the server when a tab is clicked.
• Rich client-side object model
Make your Web applications more efficient by using C1TabControl's rich client-side object model. C1TabControl provides client-side properties, methods, and events.
• Browser support
C1TabControl includes browser support for Internet Explorer (6.0 or later), Firefox (2 or later), and Safari.
• Display external content in C1TabPages
The C1TabPages can host external Web pages. Simply set the ContentUrl property.
• Choose from 10 built-in animation effects or use your own
C1TabControl provides 10 animation options; these animation effects are shown when a user transitions from one C1TabPage view to another. You can change the transition effect by setting one property, Animation. You can also create your own custom effects to apply to C1TabControl.
• Section 508 compliance
The C1TabControl control meets Section 508 federal regulations.
• XHTML 1.1 Compliance
C1TabControl provides complete XHTML compliance. The output that is generated is fully XHTML 1.1 compliant.
• Search Engine Optimization
Optimized for search engines, C1TabControl uses semantic lists and <a> tags which are recognized and indexed by Web crawlers.
|