WordWrap Property (SubItem)
Gets or sets a
bool value indicating whether the
SubItem can word wrap or not.
public bool WordWrap {get; set;}
'Declaration
Public Property WordWrap As Boolean
'Usage
Dim instance As SubItem
Dim value As Boolean
instance.WordWrap = value
value = instance.WordWrap
Property Value
true if the
SubItem can word wrap; Otherwise,
false.