NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DHTMLBehavior.component

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;

Remarks

By default this is set to a null reference (in Visual Basic Nothing).

See Also

DHTMLBehavior Class | DHTMLBehavior Members | System.Web.UI.Design Namespace