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.
- Returns S_OK if successful, or an error value otherwise.
- 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
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.
- Returns S_OK if successful, or an error value otherwise.
- 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
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.