NetXP 3.0 Reference

TabPageCollection Members

TabPageCollection overview

Public Instance Constructors

TabPageCollection ConstructorInitializes a new instance of the TabPageCollection class.

Public Instance Properties

Count (inherited from CollectionBase)Gets the number of elements contained in the CollectionBase instance.
IsSuspended (inherited from CollectionEx) Is event generation already suspended?
ItemOverloaded. Gets a tab page at the specified index.

Public Instance Methods

Add Adds a tab page to the collection.
AddRange Adds a bunch of tab pages.
Clear (inherited from CollectionBase)Removes all objects from the CollectionBase instance.
Contains Does the collection contain the specified tab page?
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetEnumerator (inherited from CollectionBase)Returns an enumerator that can iterate through the CollectionBase instance.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
IndexOf Gets the index of a tab page.
Insert Inserts a tab page at the specified location.
RaiseChanged (inherited from CollectionEx) Raises the Changed event.
Remove Removes a tab page.
RemoveAt (inherited from CollectionBase)Removes the element at the specified index of the CollectionBase instance.
ResumeEvents (inherited from CollectionEx) Resume event generation.
SuspendEvents (inherited from CollectionEx) Suspend event generation.
ToString (inherited from Object)Returns a String that represents the current Object.

Public Instance Events

Changed (inherited from CollectionEx) Event raised when the collection has changed.
Cleared (inherited from CollectionEx) Event raised when collection has been cleared.
Clearing (inherited from CollectionEx) Event raised when collection is being cleared.
Inserted (inherited from CollectionEx) Event raised when an item has been inserted.
Inserting (inherited from CollectionEx) Event raised when an item is being inserted.
Removed (inherited from CollectionEx) Event raised when an item has been removed.
Removing (inherited from CollectionEx) Event raised when an item is being removed.

Explicit Interface Implementations

ICollection.CopyTo (inherited from CollectionBase) 
IList.Add (inherited from CollectionBase) 
IList.Contains (inherited from CollectionBase) 
IList.IndexOf (inherited from CollectionBase) 
IList.Insert (inherited from CollectionBase) 
IList.Remove (inherited from CollectionBase) 

See Also

TabPageCollection Class | NETXP.Controls.Docking Namespace