Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / Editable Property


In This Topic
    Editable Property (FpCombo)
    In This Topic
    Gets or sets whether the text portion of the combo box is editable.
    Syntax
    'Declaration
     
    
    Public Property Editable As Boolean
    'Usage
     
    
    Dim instance As FpCombo
    Dim value As Boolean
     
    instance.Editable = value
     
    value = instance.Editable
    public bool Editable {get; set;}
    See Also