ListBoundField 属性
返回或设置绑定到指定列表框或组合框的字段(与显示字段相对)。只应用于列表框和组合框。String 类型,可读写。
expression.ListBoundField
expression 必需。该表达式返回一个 ElementExtension 对象。
ListDisplayField 属性
返回或设置列表框或组合框中显示的字段(与绑定字段相对)。只能有一个显示字段。该属性只能应用于列表框和组合框。String 类型,可读写。
expression.ListDisplayField
expression 必需。该表达式返回一个 ElementExtension 对象。
ListRowSource 属性
指定列表框或组合框的数据源。该属性只能应用于列表框和组合框,但是必须在设置 [url=mkMSITStore:C:\Program%20Files\Common%20Files\Microsoft%20Shared\Web%20Components\11\2052\owcvba11.chm::/html/ocproListBoundField.htm]ListBoundField[/url] 或 [url=mkMSITStore:C:\Program%20Files\Common%20Files\Microsoft%20Shared\Web%20Components\11\2052\owcvba11.chm::/html/ocproListDisplayField.htm]ListDisplayField[/url] 属性前设置。String 类型,可读写。
expression.ListRowSource
expression 必需。该表达式返回一个 ElementExtension 对象。
[此贴子已经被作者于2006-4-25 11:30:01编辑过]
|