New to Telerik UI for WinFormsStart a free 30-day trial

An ICollection implementation to store all FloatingWindow associated with a RadDock instance.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

C#
public class FloatingWindowCollection : ICollection, IEnumerable

Inheritance: objectFloatingWindowCollection

Implements: ICollectionIEnumerable

Constructors

C#
public FloatingWindowCollection()

Properties

Gets the number of FloatingWindow instances contained within the collection.

C#
public int Count { get; }

Implements: ICollection.Count

Get the floting window at specified index in the collection

C#
public FloatingWindow this[int index] { get; }
Parameters:indexint

Methods

C#
public void CopyTo(Array array, int index)
Parameters:arrayArrayindexint

Implements: ICollection.CopyTo(Array, int)

C#
public IEnumerator GetEnumerator()
Returns:

IEnumerator

Implements: IEnumerable.GetEnumerator()