Share via


_OlkTextBox.IntegralHeight Property

Returns or sets a Boolean (bool in C#) that specifies whether this control displays full 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 IntegralHeight As Boolean
    Get
    Set
'Usage
Dim instance As _OlkTextBox
Dim value As Boolean

value = instance.IntegralHeight

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

Property Value

Type: System.Boolean

Remarks

If this property is True, the control displays fill lines of text; otherwise it displays partial lines. The default value is True.

See Also

Reference

_OlkTextBox Interface

_OlkTextBox Members

Microsoft.Office.Interop.Outlook Namespace