Click or drag to resize
JQueryTabCollection Class
JQuery tabs collection class.
Inheritance Hierarchy

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
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