IHTMLStyle::get_borderBottomIHTMLStyle::get_borderBottom*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLStyle::get_border
*Next Topic: IHTMLStyle::get_borderBottomColor

IHTMLStyle::get_borderBottom


HRESULT get_borderBottom( 
    BSTR *p 
);

Retrieves the value of the CSS border-bottom attribute for the element.

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

See also put_borderBottom

Up Top of Page


IHTMLStyle::put_borderBottom


HRESULT put_borderBottom(
    BSTR v 
);

Sets the value of the CSS border-bottom attribute for the element. The attribute determines the width, style, and color of the bottom border.

v
String specifying the border width, style, and color. See border-bottom for details. Set this parameter to NULL to remove the attribute.

See also get_borderBottom


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