isMultiLine property

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

Retrieves the value indicating whether the content of the object contains one or more lines.

Syntax

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

Property values

Type: VARIANT_BOOL

VARIANT_FALSE (false)

The content contains exactly one line.

VARIANT_TRUE (true)

The content contains more than one line.

 

 

Build date: 6/12/2012