ToolPane.CommandUI Property
Gets a System.Web.UI.WebControls.PlaceHolder object that represents the command area of the tool pane.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property CommandUI As PlaceHolder
Get
'Usage
Dim instance As ToolPane
Dim value As PlaceHolder
value = instance.CommandUI
public PlaceHolder CommandUI { get; }
Property Value
Type: System.Web.UI.WebControls.PlaceHolder
A System.Web.UI.WebControls.PlaceHolder object that represents the command area of the tool pane.
Remarks
By default, this placeholder contains the OK, Cancel, and Apply buttons if they are present in the tool pane.