Click or drag to resize
JQueryTabCollection Class
JQuery tabs collection class.
Inheritance Hierarchy
SystemObject
  System.Web.UIControlCollection
    CMS.Base.Web.UIJQueryTabCollection

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax
C#
public class JQueryTabCollection : ControlCollection

The JQueryTabCollection type exposes the following members.

Constructors
  NameDescription
Public methodJQueryTabCollection
JQuery tab collection constructor.
Top
Properties
  NameDescription
Public propertyItem
Tabs collection.
Top
Methods
  NameDescription
Public methodAdd
Adds the specified System.Web.UI.Control object to the collection at the specified index location.
(Overrides ControlCollectionAdd(Control).)
Public methodAddAt
Adds the specified System.Web.UI.Control object to the collection at the specified index location.
(Overrides ControlCollectionAddAt(Int32, Control).)
Top
See Also