_OlkTextBox.MultiLine Property
Returns or sets a Boolean (bool in C#) that specifies whether a control can accept and display multiple lines of text. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Property MultiLine As Boolean
Get
Set
'Usage
Dim instance As _OlkTextBox
Dim value As Boolean
value = instance.MultiLine
instance.MultiLine = value
bool MultiLine { get; set; }
Property Value
Type: System.Boolean
Remarks
The default value is False.