_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
<DispIdAttribute()> _
Property WordWrap As Boolean
Get
Set
'Usage
Dim instance As _OlkCommandButton
Dim value As Boolean
value = instance.WordWrap
instance.WordWrap = value
[DispIdAttribute()]
bool WordWrap { get; set; }
Property Value
Type: System.Boolean
Remarks
The default value is True.