WordWrap Property (SubItemInfo)
Gets or sets a
bool value that indicates whether the
SubItemInfo object can wrap by word.
public bool WordWrap {get; set;}
'Declaration
Public Property WordWrap As Boolean
'Usage
Dim instance As SubItemInfo
Dim value As Boolean
instance.WordWrap = value
value = instance.WordWrap
Property Value
true if the
SubItemInfo object can wrap; otherwise,
false.