ContentControl.MultiLine Property

Returns a Boolean that represents whether a text content control allows multiple lines of text. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property MultiLine As Boolean
    Get
    Set
'Usage
Dim instance As ContentControl
Dim value As Boolean

value = instance.MultiLine

instance.MultiLine = value
bool MultiLine { get; set; }

Property Value

Type: System.Boolean
Boolean

Remarks

This property applies only to text content controls and rich text content controls.

See Also

Reference

ContentControl Interface

ContentControl Members

Microsoft.Office.Interop.Word Namespace