Listbox与Listbox with key的区别详解编程语言

标准解释:

Listbox
Visualization as listbox in which a list of entries is displayed with one short description each.

Listbox with key
Visualization as listbox whose entries display both the key and the description.

分析:很多情况下我们难以找到它们之间的区别,是因为我们在GUI的全局设置里设置了以下这个选项

1

而当你把这个选项去掉的话,你就会发现使用LISTBOX仅显示值的描述,而使用LISTBOX WITH KEY 不仅显示值的描述,还显示值本身。

如下所示:

LISTBOX:

2

LISTBOX WITH KEY:
3

 

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/18339.html

(0)
上一篇 2021年7月19日
下一篇 2021年7月19日

相关推荐

发表回复

登录后才能评论