1、Properties-DropDownListStyle:下拉列表的模式,
里面有三个值:lsEditList: lsEditFixedList lsFixedList
2、HeaderAlignment:下拉中的每个字段的列标题字对齐方式
3、Properties.ListSource 设置下拉的数据源,如果显示多列,列名中间用“;”分隔
4、Properties.ListFieldNames 设置显示数据源中某字段名称
5、Properties.KeyFieldNames 设置显示数据源中某字段名称对应的ID号
6、EditValue 读出当前选的内容的ID号
7、EditText 当前选择的内容