In This Article

DockableToolBarRowCollection Class

Represents a collection of DockableToolBarRow objects.

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

Properties

this[int]

Gets the item at the specified index.

[C#] In C#, this property is the indexer for the DockableToolBarRowCollection class.

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

The index of the item to return.

Property Value

DockableToolBarRow:

The DockableToolBarRow at the specified index.

Inherited Members