In This Article

AutoHideTabCollection Class

Represents a collection of AutoHideTab objects.

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

Properties

this[int]

The AutoHideTab at the specified index.

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

The index of the AutoHideTab to return.

Property Value

AutoHideTab

Methods

GetEnumerator()

Returns an enumerator that iterates through the collection.

public IEnumerator<AutoHideTab> GetEnumerator()

Returns

IEnumerator<AutoHideTab>:

An enumerator that can be used to iterate through the collection.

Inherited Members

Extension Methods