Calendar for WinForms | ComponentOne
C1.Win.C1Input Namespace / ComboBoxStyle Class / WordWrap Property

In This Topic
    WordWrap Property (ComboBoxStyle)
    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 C1ComboBox.ItemMode property is ComboItemMode.Default.
    See Also