IHTMLUListElement::get_compactIHTMLUListElement::get_compact*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLUListElement
*Next Topic: IHTMLUListElement::get_type

IHTMLUListElement::get_compact


HRESULT get_compact(
    VARIANT_BOOL *p 
);

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

p
Address of a 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


IHTMLUListElement::put_compact


HRESULT put_compact(
    VARIANT_BOOL v 
);

Specifies whether to compact the list to remove extra space between list elements.

v
Compact flag. Set this parameter to TRUE to compact the list, or FALSE otherwise. 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.