
This interface denotes a definition list.
This element is a block element.
IHTMLDListElement Methods
| put_compact | get_compact |
HRESULT put_compact(
VARIANT_BOOL v
);
Specifies that the list should be compacted to remove extra space between list elements.
The default value for this property is FALSE.
See also get_compact
HRESULT get_compact(
VARIANT_BOOL *p
);
Determines whether the list is being compacted to remove extra space between list elements.
The default value for this property is FALSE.
See also put_compact
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.