dos_multilist

显示一个可缩放的复选列表框.


语法

(dos_multilist title prompt list [indices])

参数

title

窗口标题.

 

prompt

提示信息.

 

list

字符串列表.

 

indices

代表默认选中的索引列表.

返回

如果成功, 返回选中的字符串列表.

nil 取消或出错时.

示例

Command: (dos_multilist "Freeze Layers" "Select layers" '("Layer1" "Layer2" "Layer3") '(0 2))

("Layer1" "Layer3")