enabledenabled*
*



Contents  *



Index  *Topic Contents
*Previous Topic: Duration Property
*Next Topic: Status Property

enabled

Description

Specifies whether the filter is enable or disabled

Syntax

status = object.filter.enabled=fValue

ParameterDescription
fValueBoolean value indicating whether the filter is enabled (true) or disabled (false). The property is read-write.

Remarks

<img id=image1 src="sample.jpg" style="filter:blur(strength=50) flipv()">

<SCRIPT>
   image1.filters[1].enabled = false; // disable the flip filter
</SCRIPT>

Applies to

Transition filters


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.