IHTMLRuleStyle::get_leftIHTMLRuleStyle::get_left*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLRuleStyle::put_left
*Next Topic: IHTMLRuleStyle::get_position

IHTMLRuleStyle::get_left


HRESULT get_left(
    VARIANT *p 
);

Retrieves the value of the CSS left attribute for the element.

p
Address of a variable that receives the value of the attribute. The value is a string consisting of a floating-point number and a units designator. The variable receives NULL if the attribute is not set. See left for details.

See also put_left

Up Top of Page


IHTMLRuleStyle::put_left


HRESULT put_left(
    VARIANT v 
);

Sets the value of the CSS left attribute for the element. The attribute determines the left position of the element.

v
String or value consisting of a floating-point number and a units designator. Set this parameter to NULL to remove the attribute. See left for details.

See also get_left


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