IHTMLRuleStyle::get_borderStyleIHTMLRuleStyle::get_borderStyle*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLRuleStyle::put_borderStyle
*Next Topic: IHTMLRuleStyle::put_borderTopStyle

IHTMLRuleStyle::get_borderStyle


HRESULT get_borderStyle(
    BSTR *p 
);

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

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

See also put_borderStyle

Up Top of Page


IHTMLRuleStyle::put_borderStyle


HRESULT put_borderStyle( 
    BSTR v 
);

Sets the value of the CSS border-style attribute for the element. The attribute determines the style of the left, right, top, and bottom borders.

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

See also get_borderStyle


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