EnhEvents.HRef

[This is preliminary documentation and subject to change.]

The HRef property indicates when HTML hyperlink dependencies should be resolved.

Syntax

object.HRef [ = lHref ]
 

Parts

object
Object expression that resolves to an EnhEvents object.
lhref
Long that specifies when dependencies should be resolved. This can be a value in one of the following ranges:
Value Description
< 0 Resolve dependencies before the event.
0 Do not resolve dependencies.
> 0 Resolve dependencies after the event.

Values of lhref greater than 0 are not supported in version 1.0 of Broadcast Architecture.


Remarks

This value can be overridden by individual events by setting the EnhEvent.HRef property. If neither value is set, the default is 0.

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in stream.idl.
  Import Library: Included as a resource in stream.dll.
  Unicode: Yes.