In This Article

AutoHideTabGroupCollection Class

Represents a collection of AutoHideTabGroup objects.

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

Properties

this[int]

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 int

The index of the AutoHideTabGroup to return.

Property Value

AutoHideTabGroup:

The AutoHideTabGroup at the specified index.

Inherited Members