IHTMLStyle::get_borderLeftStyleIHTMLStyle::get_borderLeftStyle*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLStyle::get_borderLeftColor
*Next Topic: IHTMLStyle::get_borderLeftWidth

IHTMLStyle::get_borderLeftStyle


HRESULT get_borderLeftStyle( 
    BSTR *p 
);

Retrieves the value of the CSS border-left-style attribute for the element.

p
Address of a variable that receives the border style. See border-left-style for details. This parameter receives NULL if the attribute is not set.

See also put_borderLeftStyle

Up Top of Page


IHTMLStyle::put_borderLeftStyle


HRESULT put_borderLeftStyle( 
    BSTR v 
);

Sets the value of the CSS border-left-style attribute for the element. The attribute determines the style of the left border.

v
String specifying the border style. See border-left-style for details. Set this parameter to NULL to remove the attribute.

See also get_borderLeftStyle


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