IHTMLHRElement::get_sizeIHTMLHRElement::get_size*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLHRElement::put_size
*Next Topic: IHTMLIFrameElement

IHTMLHRElement::get_size


HRESULT get_size(
    VARIANT *p
);

Retrieves the height of the horizontal rule, in pixels.

p
Address of a variable that receives the height.

See also put_size

Up Top of Page


IHTMLHRElement::put_size


HRESULT put_size(
    VARIANT v
);

Sets the height of the horizontal rule, in pixels.

v
Value specifying the height.

See also get_size


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