ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 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
    public bool WordWrap {get; set;}
    Remarks
    This property applies to an item when the ItemMode property is ComboItemMode.Default.
    See Also