Style Property

The Style property is a string used when building the <LOGO/> element upon invocation of the GetCDFString method. If this property is not empty, the STYLE attribute is added to the element and the string is inserted as the value.

Type

String

Default

None

Remarks

For a description of possible values for this property and their meaning to presentation, see the CDF specification.

Example

Set Prj = CreateObject("Push.Logo")
Prj.HREF="http://someserver.com/images/logo1.gif"
Prj.Style="IMAGE-WIDE"
wscript.echo Prj.GetCDFString

outputs

<LOGO HREF="http://someserver.com/images/logo1.gif"
STYLE="IMAGE-WIDE"/>

© 1997-1998 Microsoft Corporation. All rights reserved.