IHTMLRuleStyle::get_borderIHTMLRuleStyle::get_border*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLRuleStyle::put_border
*Next Topic: IHTMLRuleStyle::put_borderTop

IHTMLRuleStyle::get_border


HRESULT get_border(
    BSTR *p 
);

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

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

See also put_border

Up Top of Page


IHTMLRuleStyle::put_border


HRESULT put_border(
    BSTR v 
);

Sets the value of the CSS border attribute for the element. The attribute describes the color, style, and width of the border to display around the element.

v
String specifying values that describe the border. See border for details. Set this parameter to NULL to remove the attribute.

See also get_border


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