IHTMLStyle::get_posWidthIHTMLStyle::get_posWidth*
*



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.

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

Up Top of Page


IHTMLStyle::put_posWidth


HRESULT put_posWidth(
    float v 
);

Sets the width of the element.

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


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