Click to return to the Reusing Browser Technology home page    
IHTMLStyle::get_visibilit...     IHTMLStyle::get_width Met...     IHTMLStyle Interface    
Web Workshop  |  Reusing Browser Technology

IHTMLStyle::get_whiteSpace Method


Retrieves the value of the whiteSpace property for the object.

Syntax

HRESULT get_whiteSpace(
    BSTR *p 
);

Parameters

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

The variable receives NULL if the property is not set.

Return Value

Returns S_OK if successful, or an error code otherwise.


IHTMLStyle::put_whiteSpace Method


Sets the whiteSpace property for the object. The property determines whether and how white space characters in the object are displayed.

Syntax

HRESULT put_whiteSpace(
    BSTR v 
);

Parameters

v
String that specifies the value of the property.

Set this parameter to NULL to remove the property.

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.