Class FloatingWindowCollection
An ICollection implementation to store all FloatingWindow associated with a RadDock instance.
Inheritance
System.Object
FloatingWindowCollection
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public class FloatingWindowCollection : ICollection, IEnumerable
Constructors
FloatingWindowCollection()
Declaration
public FloatingWindowCollection()
Properties
Count
Gets the number of FloatingWindow instances contained within the collection.
Declaration
public int Count { get; }
Property Value
System.Int32
|
Implements
System.Collections.ICollection.Count
Item[Int32]
Get the floting window at specified index in the collection
Declaration
public FloatingWindow this[int index] { get; }
Parameters
System.Int32
index
|
Property Value
FloatingWindow
|
Methods
CopyTo(Array, Int32)
Declaration
public void CopyTo(Array array, int index)
Parameters
System.Array
array
|
System.Int32
index
|
Implements
System.Collections.ICollection.CopyTo(System.Array, System.Int32)
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
Returns
System.Collections.IEnumerator
|
Implements
System.Collections.IEnumerable.GetEnumerator()
Explicit Interface Implementations
ICollection.IsSynchronized
Declaration
bool ICollection.IsSynchronized { get; }
Returns
System.Boolean
|
Implements
System.Collections.ICollection.IsSynchronized
ICollection.SyncRoot
Declaration
object ICollection.SyncRoot { get; }
Returns
System.Object
|
Implements
System.Collections.ICollection.SyncRoot