IHTMLDListElement::get_compactIHTMLDListElement::get_compact*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLDListElement::put_compact
*Next Topic: IHTMLDocument

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

Up Top of Page


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


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