IHTMLRuleStyle::get_borderLeftIHTMLRuleStyle::get_borderLeft*
*



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.

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

Up Top of Page


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.

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


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