canHaveHTML property

[This documentation is preliminary and is subject to change.]

Retrieves the value indicating whether the object can contain rich HTML markup.

Syntax

HRESULT value = object.get_canHaveHTML(VARIANT_BOOL* p);

Property values

Type: VARIANT_BOOL

VARIANT_FALSE (false)

Object cannot contain HTML markup.

VARIANT_TRUE (true)

Object can contain HTML markup.

Remarks

The property is read-only for all objects except the following, for which it is read-write: defaults.

 

 

Build date: 6/12/2012