IHTMLHRElement::get_noShadeIHTMLHRElement::get_noShade*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLHRElement::put_noShade
*Next Topic: IHTMLHRElement::put_width

IHTMLHRElement::get_noShade


HRESULT get_noShade(
    VARIANT_BOOL *p
);

Determines whether the horizontal rule is drawn with 3-D shading.

p
Address of a variable that receives TRUE if 3-D shading is used, or FALSE if not.

The default value for this property is FALSE.

See also put_noShade

Up Top of Page


IHTMLHRElement::put_noShade


HRESULT put_noShade(
    VARIANT_BOOL v
);

Specifies whether to draw the horizontal rule with 3-D shading.

v
Shading flag. If TRUE, the rule is 3-D shaded; if FALSE, it is not.

The default value for this property is FALSE.

See also get_noShade


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