I would like my Windows Form ComboBox to allow users to select only the available options and not write files.
Is there any property somewhere that I am missing? Thanks.
Set the DropDownStyle property to DropDownList .
DropDownStyle
DropDownList