Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / WordWrap Property


In This Topic
    WordWrap Property (FpCombo)
    In This Topic
    Gets or sets whether text that does not fit on one line wraps to multiple lines.
    Syntax
    'Declaration
     
    
    Public Property WordWrap As Boolean
    'Usage
     
    
    Dim instance As FpCombo
    Dim value As Boolean
     
    instance.WordWrap = value
     
    value = instance.WordWrap
    public bool WordWrap {get; set;}
    See Also