ListViewChooserItem.WrapWordToNextLine Property
Gets or sets a value that indicates whether the word that extends the current line beyond the containing structure will wrap to the next line, or only the extra characters will wrap to the next line.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property WrapWordToNextLine As Boolean
Get
Set
'Usage
Dim instance As ListViewChooserItem
Dim value As Boolean
value = instance.WrapWordToNextLine
instance.WrapWordToNextLine = value
public bool WrapWordToNextLine { get; set; }
Property Value
Type: System.Boolean