The EmptyControlCollection type exposes the following members.

Constructors

  NameDescription
Public methodEmptyControlCollection
Initializes a new instance of the EmptyControlCollection class

Methods

  NameDescription
Public methodAdd (Overrides ControlCollection..::..Add(Control).)
Public methodAddAt (Overrides ControlCollection..::..AddAt(Int32, Control).)
Public methodClear (Inherited from ControlCollection.)
Public methodContains (Inherited from ControlCollection.)
Public methodCopyTo (Inherited from ControlCollection.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from ControlCollection.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from ControlCollection.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove (Inherited from ControlCollection.)
Public methodRemoveAt (Inherited from ControlCollection.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCount (Inherited from ControlCollection.)
Public propertyIsReadOnly (Inherited from ControlCollection.)
Public propertyIsSynchronized (Inherited from ControlCollection.)
Public propertyItem (Inherited from ControlCollection.)
Public propertyOwner (Inherited from ControlCollection.)
Public propertySyncRoot (Inherited from ControlCollection.)

See Also