This topic has not yet been rated - Rate this topic

isMultiLine property

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

Syntax

HRESULT value = object.get_isMultiLine(* 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: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.