IHTMLRuleStyle::get_borderTopStyleIHTMLRuleStyle::get_borderTopStyle*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLRuleStyle::put_borderTopStyle
*Next Topic: IHTMLRuleStyle::put_borderRightStyle

IHTMLRuleStyle::get_borderTopStyle


HRESULT get_borderTopStyle( 
    BSTR *p 
);

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

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

See also put_borderTopStyle

Up Top of Page


IHTMLRuleStyle::put_borderTopStyle


HRESULT put_borderTopStyle( 
    BSTR v 
);

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

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

See also get_borderTopStyle


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