In This Article

AutoHideTabCollection Class

Represents a collection of AutoHideTab objects.

public class AutoHideTabCollection : UIElementCollection, IDisposable, IList, ICollection, IEnumerable
Inheritance:
Object MarshalByRefObject DisposableObject LogicalTreeNodeCollection UIElementCollection Object
Implements:
System.IDisposable

Properties

Item[Int32]

Gets the AutoHideTab at the specified index.

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

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

The index of the AutoHideTab to return.

Property Value

AutoHideTab:

The AutoHideTab at the specified index.

Inherited Members