This documentation is archived and is not being maintained.
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.