enabled Property
Sets or retrieves whether the filter is currently enabled.
Syntax
HTML { filter:filterName (ENABLED = bEnabled ...) } Scripting object.filters.filterName.enabled [ = bEnabled ]
Possible Values
bEnabled Boolean that specifies one of the following values:
true Filter is enabled. false Filter is disabled. The property is read/write with a default value of true.
Example
This example uses the enabled property to change the orientation of an image when the user moves the mouse pointer across one of the image's borders.
<IMG ID="image1" SRC="sample.jpg" onmouseover="image1.filters.flipv.enabled = false;" onmouseout ="image1.filters.flipv.enabled = true;" STYLE="filter:blur(STRENGTH=50) flipv()">
Applies To
[ Object Name ] Platform Version Win16: Win32: Mac: Unix: WinCE: Version data is listed when the mouse hovers over a link, or the link has focus. alpha, blur, blendTrans, chroma, dropShadow, flipH, flipV, glow, gray, invert, light, mask, redirect, revealTrans, shadow, wave, xray
Did you find this topic useful? Suggestions for other topics? write us!
© 1999 microsoft corporation. all rights reserved. terms of use.