IHTMLOListElement::get_compactIHTMLOListElement::get_compact*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLOListElement::put_compact
*Next Topic: IHTMLOListElement::put_start

IHTMLOListElement::get_compact


HRESULT get_compact(
    VARIANT_BOOL *p 
);

Determines if the list should be compacted to remove extra space between list elements.

p
Address of a Boolean value specifying whether to compact the list of elements. If set to TRUE, the list is compacted; if set to FALSE, it' not.

The default value for this property is FALSE.

See also put_compact

Up Top of Page


IHTMLOListElement::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 specifying whether to compact the list of elements. If set to TRUE, the list is compacted; if set to FALSE, it's 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.