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