IHTMLDivElement::get_alignIHTMLDivElement::get_align*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLDivElement::put_align
*Next Topic: IHTMLDivElement::put_noWrap

IHTMLDivElement::get_align


HRESULT get_align(
    BSTR *p
);

Retrieves the alignment of the element.

p
Address of a string variable that receives one of these values:
center Align to the center.
left Align to the left edge.
right Align to the right edge.

See also put_align

Up Top of Page


IHTMLDivElement::put_align


HRESULT put_align(
    BSTR v
);

Sets the alignment of the element.

v
String specifying the alignment. Can be one of these values:
center Align to the center.
left Align to the left edge.
right Align to the right edge.

See also get_align


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