Share via


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)

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.

See also

Reference

ToolPane class

ToolPane members

Microsoft.SharePoint.WebPartPages namespace