Contents Index Topic Contents | ||
Previous Topic: IHTMLHRElement::put_align Next Topic: IHTMLHRElement::put_color |
IHTMLHRElement::get_align
HRESULT get_align( BSTR *p );Displays the element left flush, right flush, or centered relative to the display or table.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a 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
IHTMLHRElement::put_align
HRESULT put_align( BSTR v );Displays the element left flush, right flush, or centered relative to the display or table.
- 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.