Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

TabStrip Class

EO.Web TabStrip offers multi-tab functionality to navigate ASP.NET Web pages.

For a list of all members of this type, see TabStrip Members.

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         EO.Web.WebControlBase
            EO.Web.WebControl
               EO.Web.DataBoundControl
                  EO.Web.BaseNavigator
                     EO.Web.TabStrip

[Visual Basic]
Public Class TabStrip
    Inherits BaseNavigator
[C#]
public class TabStrip : BaseNavigator

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

TabStrip offers rich tab-based navigation with a variety of built-in skins to jump start your design. The control features automatic overlapping items, full server-side and client-side interface, extensive data binding support and a powerful TabStrip Builder to simplify design-time effort.

TabStrip is derived from BaseNavigator, it shares the same architecture, concepts and many functionality with Menu. On client side, TabStrip and Menu uses almost the same set of client-side API.

For more information on how to use TabStrip control, see TabStrip Documentation.

Requirements

Namespace: EO.Web

Assembly: EO.Web (in EO.Web.dll)

See Also

TabStrip Members | EO.Web Namespace


Direct link to this topic