Uredi

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

Name Description
Count

Gets the number of Property tabs in the collection.

Item[Int32]

Gets the PropertyTab at the specified index.

Methods

Name Description
AddTabType(Type, PropertyTabScope)

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

AddTabType(Type)

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

Clear(PropertyTabScope)

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

GetEnumerator()

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

RemoveTabType(Type)

Removes the specified tab type from the collection.

Explicit Interface Implementations

Name Description
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.

Applies to