Contents Index Topic Contents | ||
Previous Topic: IHTMLRuleStyle::put_borderLeft Next Topic: IHTMLRuleStyle::put_borderColor |
IHTMLRuleStyle::get_borderLeft
HRESULT get_borderLeft( BSTR *p );Retrieves the value of the CSS border-left attribute for the element.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives values that describe the left border. See border-left for details. This parameter receives NULL if the attribute is not set.
See also put_borderLeft
IHTMLRuleStyle::put_borderLeft
HRESULT put_borderLeft( BSTR v );Sets the value of the CSS border-left attribute for the element. The attribute determines the width, style, and color of the left border.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the border width, style, and color. See border-left for details. Set this parameter to NULL to remove the attribute.
See also get_borderLeft
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.