GOA - System.ComponentModel.IContainer

IContainer Interface


Provides functionality for containers. Containers are objects that logically contain zero or more components.

Definition

public interface IContainer: IDisposable

Members Table

MethodDescription
AddAdds the specified IComponent to the IContainer at the end of the list.
DisposeInherited from IDisposable.
RemoveRemoves a component from the IContainer.
PropertyDescription
ComponentsGets all the components in the IContainer.

Interface Information

NamespaceSystem.ComponentModel
Flash LibrarySystem.scl
Flash Library Version2.0.0.1308
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.