combobox prohibit value change

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Zhiv Kurilka

    #1

    combobox prohibit value change

    Hi,
    I need a drop down combobox, where user can only select values, but not
    change text.
    But I see no combobox.Readon ly or combobox.Editab le property.
    Please help,


  • FishingScout

    #2
    Re: combobox prohibit value change


    You can set the dropdownsytle to dropdownlist like this:

    ComboBox1.DropD ownStyle = ComboBoxStyle.D ropDownList

    or set the attribute in the designer.


    Zhiv Kurilka wrote:
    Hi,
    I need a drop down combobox, where user can only select values, but not
    change text.
    But I see no combobox.Readon ly or combobox.Editab le property.
    Please help,

    Comment

    Working...