ICSSFilterSite

ICSSFilterSite


This interface provides a filter control with access to elements.

ICSSFilterSite Methods
FireOnFilterChangeEvent   GetElement

ICSSFilterSite::FireOnFilterChangeEvent

HRESULT FireOnFilterChangeEvent(void);

Fires the onfilterchange method for the specified object.

ICSSFilterSite::GetElement

HRESULT GetElement(
    IHTMLElement **ppElem
);

Retrieves the interface to the element the filter is influencing.

ppElem
Address of a pointer to the IHTMLElement interface of the element.

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.