This topic has not yet been rated - Rate this topic

clear property

Sets or retrieves the side on which floating objects are not to be positioned when any IHTMLBlockElement is inserted into the document.

Syntax

HRESULT value = object.put_clear( v);HRESULT value = object.get_clear(* p);

Property values

Type: BSTR

all

Object is moved below any floating object.

left

Object is moved below any floating object on the left side.

right

Object is moved below any floating object on the right side.

none

Floating objects are allowed on all sides.

Standards information

See also

Reference
IHTMLRuleStyle::display
IHTMLRuleStyle2::position
Conceptual
About Element Positioning

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.