IHTMLBlockElement::get_clearIHTMLBlockElement::get_clear*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLBlockElement
*Next Topic: IHTMLBlockElement::put_clear

IHTMLBlockElement::get_clear


HRESULT get_clear(
    BSTR *p
);

Retrieves the clear value, specifying whether the element allows floating elements on its left and/or right sides.

p
Address of a string variable that receives one of these values:
none No floating elements allowed.
left Floating elements allowed on the left side.
right Floating elements allowed on the right side.
both Floating elements allowed on both sides.

See also put_clear

Up Top of Page


IHTMLBlockElement::put_clear


HRESULT put_clear(
    BSTR v
);

Sets the clear value, specifying whether the element allows floating elements on its left and/or right sides.

v
String specifying the clear value. Can be one of these values:
none No floating elements allowed.
left Floating elements allowed on the left side.
right Floating elements allowed on the right side.
both Floating elements allowed on both sides.

See also get_clear


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