EnhEvent.HRef

[This is preliminary documentation and subject to change.]

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

Syntax

object.HRef [ = lhref ]
 

Parts

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

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


Remarks

If this property is not set, the value in EnhEvents.HRef is used.

If EnhEvents.HRef value is also not set, the default is 0, which causes the compiler not to schedule transmission of hyperlink dependencies.

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.

See Also

Dependencies, EnhEvents.HRef