IHTMLDListElement

IHTMLDListElement


This interface denotes a definition list.

This element is a block element.

IHTMLDListElement Methods
put_compact   get_compact  

IHTMLDListElement::put_compact

HRESULT put_compact(
    VARIANT_BOOL v
);

Specifies that the list should be compacted to remove extra space between list elements.

v
Boolean value that contains the compact flag. If TRUE, the list is compacted; if FALSE, it is not.

The default value for this property is FALSE.

See also get_compact

IHTMLDListElement::get_compact

HRESULT get_compact(
    VARIANT_BOOL *p
);

Determines whether the list is being compacted to remove extra space between list elements.

p
Address of a Boolean variable that receives TRUE if the list is being compacted, or FALSE otherwise.

The default value for this property is FALSE.

See also put_compact

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