The C1TabPageCollection type exposes the following members.

Constructors

  NameDescription
Public methodC1TabPageCollection
Creates an instance of C1TabPageCollection class.

Methods

  NameDescription
Public methodAdd
Adds a control to this collection.
(Overrides ControlCollection..::..Add(Control).)
Public methodAddAt
Adds a control to the specified position.
(Overrides ControlCollection..::..AddAt(Int32, Control).)
Public methodClear
Clears the collection.
(Overrides ControlCollection..::..Clear()()()().)
Public methodRemove
Removes the control from the collection.
(Overrides ControlCollection..::..Remove(Control).)
Public methodRemoveAt
Removes the control at specified position.
(Overrides ControlCollection..::..RemoveAt(Int32).)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also