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
Parameter Description fValue Boolean 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
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.