In This Article

AutoHideTabGroupCollection Class

Represents a collection of AutoHideTabGroup objects.

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

Properties

this[int]

The AutoHideTabGroup at the specified index.

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

The index of the AutoHideTabGroup to return.

Property Value

AutoHideTabGroup

Methods

GetEnumerator()

Returns an enumerator that iterates through the collection.

public IEnumerator<AutoHideTabGroup> GetEnumerator()

Returns

IEnumerator<AutoHideTabGroup>:

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

Inherited Members

Extension Methods