Contents Index Topic Contents | ||
Previous Topic: IHTMLStyle::get_posTop Next Topic: IHTMLStyle::get_styleFloat |
IHTMLStyle::get_posWidth
HRESULT get_posWidth( float *p );Retrieves the width position of the element.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the width position.
Unlike the width property, this property's value is a floating-point number, not a string.
See also put_posWidth
IHTMLStyle::put_posWidth
HRESULT put_posWidth( float v );Sets the width of the element.
- Returns S_OK if successful, or an error value otherwise.
- v
- Floating-point value specifying the width of the element.
Setting this property changes the value of the width but leaves the units designator for the property unchanged.
Unlike the width property, this property's value is a floating-point number, not a string.
See also get_posWidth
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.