In This Article

AutoHideTabCollection Class

Represents a collection of AutoHideTab objects.

public class AutoHideTabCollection : UIElementCollection, IDisposable
Inheritance:
object MarshalByRefObject DisposableObject LogicalTreeNodeCollection UIElementCollection object
Implements:
IDisposable

Properties

this[int]

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 int

The index of the AutoHideTab to return.

Property Value

AutoHideTab:

The AutoHideTab at the specified index.

Inherited Members