In This Article

AutoHideTabGroupCollection Class

Represents a collection of AutoHideTabGroup objects.

public class AutoHideTabGroupCollection : UIElementCollection, IDisposable, IList, ICollection, IEnumerable
Inheritance:
Object MarshalByRefObject DisposableObject LogicalTreeNodeCollection UIElementCollection Object
Implements:
IDisposable

Properties

Item[Int32]

Gets the AutoHideTabGroup at the specified index.

[C#] In C#, this property is the indexer for the AutoHideTabGroupCollection class.

public AutoHideTabGroup this[int index] { get; }
Parameter Type Description
index Int32

The index of the AutoHideTabGroup to return.

Property Value

AutoHideTabGroup:

The AutoHideTabGroup at the specified index.

Inherited Members