共用方式為


ToolPane.CommandUI property

取得表示 [工具] 窗格的 [命令] 區域的System.Web.UI.WebControls.PlaceHolder物件。

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public ReadOnly Property CommandUI As PlaceHolder
    Get
'用途
Dim instance As ToolPane
Dim value As PlaceHolder

value = instance.CommandUI
public PlaceHolder CommandUI { get; }

Property value

Type: System.Web.UI.WebControls.PlaceHolder
System.Web.UI.WebControls.PlaceHolder物件,表示 [工具] 窗格的 [命令] 區域。

備註

如果它們會出現在 [工具] 窗格中,預設值,這個版面配置區會包含OK、 Cancel和Apply的按鈕。

請參閱

參照

ToolPane class

ToolPane members

Microsoft.SharePoint.WebPartPages namespace