ActionsPane.Left 屬性 (2007 系統)
更新: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
備註
您可以用程式設計的方式,重新設定 [文件動作] 工作窗格的位置。如需詳細資訊,請參閱執行窗格概觀。
使用權限
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。