GOA - System.Drawing.VisualCollection

VisualCollection Class


Represents a collection of Visual elements. This class cannot be inherited.

Definition

public sealed class VisualCollection: Object, ICollection

Members Table

MethodDescription
ClearRemoves all objects from the VisualCollection instance.
ContainsDetermines whether the VisualCollection contains a specified VisualElement.
CopyToCopies the elements of the VisualCollection to an Array starting at a particular index.
EqualsOverloaded. Compares two objects to determine if they are equal. (Inherited from Object)
GetChildIndexReturns the index of the specified child in the VisualCollection.
GetEnumeratorReturns an IEnumerator that can iterate through a VisualCollection.
GetHashCodeServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object)
GetTypeGets the Type of the current instance. (Inherited from Object)
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
SetChildIndexReplaces the index of the specified child in the VisualCollection.
ToStringReturns a String that represents the current Object. (Inherited from Object)
VisualCollectionInitializes a new instance of VisualCollection.
this[]Gets or sets the element at the specified index.
PropertyDescription
CountGets the number of elements contained in the VisualCollection.
IsSynchronizedWhen implemented by a class, gets a value indicating whether access to the ICollection is synchronized. (Inherited from ICollection)
SyncRootWhen implemented by a class, gets an object that can be used to synchronize access to the ICollection. (Inherited from ICollection)
System.Collections.ICollection.IsSynchronizedGets a value indicating whether access to the VisualCollection is synchronized.
System.Collections.ICollection.SyncRootGets an object that can be used to synchronize access to the VisualCollection.

Inheritance Hierarchy

Object
VisualCollection

Class Information

NamespaceSystem.Drawing
Flash LibrarySystem.Windows.Forms.scl
Flash Library Version2.0.0.2118
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.