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.
- Returns S_OK if successful, or an error value otherwise.
- 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
IHTMLDivElement::put_align
HRESULT put_align( BSTR v );Sets the alignment of the element.
- Returns S_OK if successful, or an error value otherwise.
- 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
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.