In This Article

DockableToolBarRowDockableToolBarCollection Class

Represents a collection of DockableToolBar objects.

public class DockableToolBarRowDockableToolBarCollection : 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 DockableToolBarRowDockableToolBarCollection class.

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

The index of the item to return.

Property Value

DockableToolBar:

The DockableToolBar at the specified index.

Methods

ToArray()

Copies the items of the collection to a new DockableToolBar array.

public DockableToolBar[] ToArray()

Returns

DockableToolBar[]:

An array of DockableToolBar items.

Inherited Members