IHTMLStyle::get_posLeftIHTMLStyle::get_posLeft*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLStyle::get_position
*Next Topic: IHTMLStyle::get_posTop

IHTMLStyle::get_posLeft


HRESULT get_posLeft(
    float *p 
) ;

Retrieves the left position of the element.

p
Address of a variable that receives the left position.

Unlike the left property, this property's value is a floating-point number, not a string.

See also put_posLeft

Up Top of Page


IHTMLStyle::put_posLeft


HRESULT put_posLeft(
    float v 
);

Sets the left position of the element.

v
Floating-point value specifying the left position.

Setting this property changes the value of the left position but leaves the units designator for the property unchanged.

Unlike the left property, this property's value is a floating-point number, not a string.

See also get_posLeft


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