PlainTextContentControl.MultiLine-Eigenschaft (2007 System)

Aktualisiert: November 2007

Ruft einen Wert ab, der angibt, ob das PlainTextContentControl Zeilenumbrüche enthalten kann, oder legt einen Wert fest.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

Public Property MultiLine As Boolean

Dim instance As PlainTextContentControl
Dim value As Boolean

value = instance.MultiLine

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

Eigenschaftenwert

Typ: System.Boolean

true, wenn das PlainTextContentControl Zeilenumbrüche enthalten kann; andernfalls false. Der Standardwert ist false.

Berechtigungen

Siehe auch

Referenz

PlainTextContentControl-Klasse

PlainTextContentControl-Member

Microsoft.Office.Tools.Word-Namespace