[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=Component Info=Provides the base implementation for the IComponent interface and enables object sharing between applications. [Property] Name=Sets the name of the component. ARG(string)|2| Instance=Sets the instance of the inheritor of the Component class. ARG(Object)|20|(empty)|Object [Methods] doComponent=Sets the current instance of the Component. ARG(Component value)|1|0 *doConstructor=Initializes a new instance of the Component class. ARG()|1|0 *doDispose=Releases all resources used by the Component. ARG()|1|0 *doSite=Sets the ISite of the Component. ARG(ISite)|1|0 *onDisposed=Occurs when the component is disposed by a call to the Dispose method. ARG(EventArgs)|2|0 *Container=Returns the IContainer that contains the Component. ARG(IContainer)|3|0 *Site=Returns the ISite of the Component. ARG(ISite)|3|0 *ToString=Returns a String containing the name of the Component, if any. ARG(string)|3|2 Component=Returns the Component object. ARG(Component)|3|0 Instance=Defines the instance of the inheritor of the Component class. ARG(Object)|4|0 Value=Defines the value to set. ARG(Object)|4|0