更新:2007 年 11 月
不要使用。无法以编程方式更改 ActionsPane 的 Left 属性。
命名空间:  Microsoft.Office.Tools
程序集:  Microsoft.Office.Tools.Common.v9.0(在 Microsoft.Office.Tools.Common.v9.0.dll 中)
语法
声明
<BrowsableAttribute(False)> _
Public Property Left As Integer
用法
Dim instance As ActionsPane
Dim value As Integer
value = instance.Left
instance.Left = value
[BrowsableAttribute(false)]
public int Left { get; set; }
属性值
类型:System.Int32
备注
可以以编程方式重新定位“文档操作”任务窗格。有关更多信息,请参见操作窗格概述。
权限
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。