Click to return to the Reusing Browser Technology home page    
IHTMLRuleStyle::get_visib...     IHTMLRuleStyle::get_width...     IHTMLRuleStyle Interface    
Web Workshop  |  Reusing Browser Technology

IHTMLRuleStyle::get_whiteSpace Method


Retrieves the value of the WHITESPACE attribute for the element.

Syntax

HRESULT get_whiteSpace(
    BSTR *p 
);

Parameters

p
Address of a variable that receives the value of the attribute.

Return Value

Returns S_OK if successful, or an error code otherwise.


IHTMLRuleStyle::put_whiteSpace Method


Sets the WHITESPACE attribute for the element. The attribute determines whether and how white-space characters in the element are displayed.

Syntax

HRESULT put_whiteSpace( 
    BSTR v 
);

Parameters

v
String that specifies the value of the attribute.

Return Value

Returns S_OK if successful, or an error code otherwise.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.