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
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
- UIElementCollection.Contains(IUIElement)
- UIElementCollection.Dispose(bool)
- UIElementCollection.IndexOf(IUIElement)
- UIElementCollection.OnObjectAdded(int, ILogicalTreeNode)
- UIElementCollection.OnObjectRemoved(int, ILogicalTreeNode)
- UIElementCollection.OnObjectRemoving(int, ILogicalTreeNode)
- UIElementCollection.PluralElementName
- UIElementCollection.SingularElementName
- LogicalTreeNodeCollection.AddCore(ILogicalTreeNode)
- LogicalTreeNodeCollection.ClearCore()
- LogicalTreeNodeCollection.Contains(ILogicalTreeNode)
- LogicalTreeNodeCollection.CopyTo(ILogicalTreeNode[], int)
- LogicalTreeNodeCollection.DisposeAllChildObjects()
- LogicalTreeNodeCollection.IndexOf(ILogicalTreeNode)
- LogicalTreeNodeCollection.InsertCore(int, ILogicalTreeNode)
- LogicalTreeNodeCollection.OnObjectAdding(int, ILogicalTreeNode)
- LogicalTreeNodeCollection.OnValidate(ILogicalTreeNode, int)
- LogicalTreeNodeCollection.RemoveCore(ILogicalTreeNode)
- LogicalTreeNodeCollection.RemoveAtCore(int)
- LogicalTreeNodeCollection.SetCore(int, ILogicalTreeNode)
- LogicalTreeNodeCollection.AutoAssignParent
- LogicalTreeNodeCollection.Count
- LogicalTreeNodeCollection.InnerList
- LogicalTreeNodeCollection.IsReadOnly
- LogicalTreeNodeCollection.OwnerCore
- LogicalTreeNodeCollection.ObjectAdding
- LogicalTreeNodeCollection.ObjectAdded
- LogicalTreeNodeCollection.ObjectRemoving
- LogicalTreeNodeCollection.ObjectRemoved
- MarshalByRefDisposableObject.Dispose()
- MarshalByRefDisposableObject.VerifyNotDisposed()
- MarshalByRefDisposableObject.IsDisposed
- MarshalByRefDisposableObject.Disposed
- MarshalByRefObject.GetLifetimeService()
- MarshalByRefObject.InitializeLifetimeService()
- MarshalByRefObject.MemberwiseClone(bool)
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()