C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / ComboBoxStyle Class / WordWrap Property

In This Topic
WordWrap Property
In This Topic
Gets or sets a value that whether text should be allowed to wrap within the combo box items.
Syntax
'Declaration
 
Public Property WordWrap As Boolean
 
Remarks
This property applies to an item when the ItemMode property is ComboItemMode.Default.
See Also