ICSSFilterDispatch interface

Provides methods and properties to manipulate an effect.

Members

The ICSSFilterDispatch interface inherits from the IDispatch interface. ICSSFilterDispatch also has these types of members:

  • Methods
  • Properties

Methods

The ICSSFilterDispatch interface has these methods.

Method Description
Apply

Captures the initial display of an object's content for a transition.

Play

Plays the transition.

Stop

Stops the transition playback.

 

Properties

The ICSSFilterDispatch interface has these properties.

Property Description

Duration

Sets or retrieves the length of time the transition takes to complete.

Enabled

Sets or retrieves a value that indicates whether the filter is enabled.

Percent

Sets or retrieves the point in a transition at which to capture the display for a static filter output.

 

Remarks

This interface is exposed on each filter, which can be applied to most HTML elements via CSS style. You can access individual filters via the IHTMLFiltersCollection interface exposed on HTML elements.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Dxtrans.h

IDL

Dxtrans.idl

DLL

Dxtrans.dll

See also

IDispatch

Reference

IHTMLElement::filters

Conceptual

Introduction to Filters and Transitions