This property sets whether or not the "WordWrap" button is displayed on the ToolBarSetupObjects control.
[Visual Basic]Public Property
ButtonWordWrapVisible As Boolean
[C#]public bool ButtonWordWrapVisible {get;
set;}
Property Value
True: The "WordWrap" button is displayed
False: The "WordWrap" button is NOT displayed
Default value is True.
Explanation
The ButtonWordWrapVisible property sets whether or not the "WordWrap" button is displayed on the ToolBarSetupObjects control. When this property is False, the "WordWrap" button is not displayed.
See Also
ToolBarSetupObjects Members | Newtone.ImageKit.Win.ToolBarSetupObjects