Level Property

This property holds the value used to build an optional LEVEL attribute for the owning object's CDF element. When the CDF string for an object that has an Level property is constructed, the property is checked. If it is not null, the LEVEL attribute is added to the element with the value of the property as the value.

Type

Integer (VT_I4)

Default

Null

Example

VBScript

IDispChannel.Level = 2

© 1997-1998 Microsoft Corporation. All rights reserved.