Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个ComboBox我从数据库中填充的项目。我想知道所选项目是否与我最初显示ComboBox. 我怎样才能确定这一点?
ComboBox
这并不简单-尝试处理 EndEdit 事件/但您无法处理下拉列表中的选择更改
您可以尝试将默认值存储在 .Tag 属性中,并在需要时比较两者。