Share via


_OlkCommandButton.WordWrap Property

Returns or sets a Boolean (bool in C#) that specifies whether the contents of a control automatically wrap at the end of a line. Read/write.

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

Syntax

'Declaration
Property WordWrap As Boolean
    Get
    Set
'Usage
Dim instance As _OlkCommandButton
Dim value As Boolean

value = instance.WordWrap

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

Property Value

Type: System.Boolean

Remarks

The default value is True.

See Also

Reference

_OlkCommandButton Interface

_OlkCommandButton Members

Microsoft.Office.Interop.Outlook Namespace