ActionsPane.BindingContext 属性

获取或设置一个对象,该对象使所有控件处于和同一数据源同步绑定的操作窗格上。

命名空间:  Microsoft.Office.Tools
程序集:  Microsoft.Office.Tools.Common(在 Microsoft.Office.Tools.Common.dll 中)

语法

声明
<BrowsableAttribute(False)> _
Property BindingContext As BindingContext
[BrowsableAttribute(false)]
BindingContext BindingContext { get; set; }

属性值

类型:System.Windows.Forms.BindingContext
一个对象,该对象使所有控件处于和同一数据源同步绑定的操作窗格上。

备注

此属性提供与 Control.BindingContext 属性相同的功能。有关使用此属性的更多信息,请参见 Control.BindingContext

.NET Framework 安全性

请参见

参考

ActionsPane 接口

Microsoft.Office.Tools 命名空间

其他资源

操作窗格概述