PropertyGrid.PropertyTabCollection Class

Definition

Contains a collection of PropertyTab objects.

public: ref class PropertyGrid::PropertyTabCollection : System::Collections::ICollection
public class PropertyGrid.PropertyTabCollection : System.Collections.ICollection
type PropertyGrid.PropertyTabCollection = class
    interface ICollection
    interface IEnumerable
Public Class PropertyGrid.PropertyTabCollection
Implements ICollection
Inheritance
PropertyGrid.PropertyTabCollection
Implements

Properties

Count

Gets the number of Property tabs in the collection.

Item[Int32]

Gets the PropertyTab at the specified index.

Methods

AddTabType(Type)

Adds a Property tab of the specified type to the collection.

AddTabType(Type, PropertyTabScope)

Adds a Property tab of the specified type and with the specified scope to the collection.

Clear(PropertyTabScope)

Removes all the Property tabs of the specified scope from the collection.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetEnumerator()

Returns an enumeration of all the Property tabs in the collection.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
RemoveTabType(Type)

Removes the specified tab type from the collection.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Explicit Interface Implementations

ICollection.CopyTo(Array, Int32)

For a description of this member, see CopyTo(Array, Int32).

ICollection.IsSynchronized

For a description of this member, see IsSynchronized.

ICollection.SyncRoot

For a description of this member, see SyncRoot.

Extension Methods

Cast<TResult>(IEnumerable)

Casts the elements of an IEnumerable to the specified type.

OfType<TResult>(IEnumerable)

Filters the elements of an IEnumerable based on a specified type.

AsParallel(IEnumerable)

Enables parallelization of a query.

AsQueryable(IEnumerable)

Converts an IEnumerable to an IQueryable.

Applies to