IHTMLStyle::get_filterIHTMLStyle::get_filter*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLStyle::get_display
*Next Topic: IHTMLStyle::get_font

IHTMLStyle::get_filter


HRESULT get_filter( 
    BSTR *p 
);

Retrieves a filter or collection of filters for the element.

p
Address of a variable that receives the filter.

See also put_filter

Up Top of Page


IHTMLStyle::put_filter


HRESULT put_filter( 
    BSTR v 
);

Sets a filter or collection of filters for the element.

v
String specifying the filter.

See also get_filter


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