ExpandControl Object

                  Properties                 

ExpandControl object

Represents an expand control.

Using the ExpandControl Object

You can use either the CreateObject method or the New keyword to create an ExpandControl object.

The object ID for a data source control on an HTML page returns an ExpandControl object. The programmatic identifier for the ExpandControl object is CLSID:0002E532-0000-0000-C000-000000000046. The following example creates an expand control named "Expand1" on an HTML page.

<object id=Expand1 classid=CLSID:0002E532-0000-0000-C000-000000000046></object>