Share via


_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
<DispIdAttribute()> _
Property MultiLine As Boolean
    Get
    Set
'Usage
Dim instance As _OlkTextBox
Dim value As Boolean

value = instance.MultiLine

instance.MultiLine = value
[DispIdAttribute()]
bool MultiLine { get; set; }

Property Value

Type: System.Boolean

Remarks

The default value is False.

See Also

Reference

_OlkTextBox Interface

_OlkTextBox Members

Microsoft.Office.Interop.Outlook Namespace