| TreeViewConfigSave Method |
保存树型表的配置到文档
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic void Save(
string[] propNames,
string[] checkedPropNames,
string[] imgTypes,
string[] imgs,
string[] descs
)
Parameters
- propNames
- Type: SystemString
可供选择的属性集合 - checkedPropNames
- Type: SystemString
被选择的属性集合 - imgTypes
- Type: SystemString
节点图片类型集合 - imgs
- Type: SystemString
节点图片集合 - descs
- Type: SystemString
显示信息集合
See Also