The component the designer can design.
[Visual Basic] Protected component As IComponent [C#] protected IComponent component; [C++] protected: IComponent* component; [JScript] protected var component : IComponent;
By default this is set to a null reference (in Visual Basic Nothing).
DHTMLBehavior Class | DHTMLBehavior Members | System.Web.UI.Design Namespace