ToolPane.NotifyUI property

Gets a System.Web.UI.WebControls.PlaceHolder that you can use to insert controls in the notification area of the tool pane.

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

Syntax

'Declaration
Public ReadOnly Property NotifyUI As PlaceHolder
    Get
'Usage
Dim instance As ToolPane
Dim value As PlaceHolder

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

Property value

Type: System.Web.UI.WebControls.PlaceHolder
A System.Web.UI.WebControls.PlaceHolder that you can use to insert controls in the notification area of the tool pane.

See also

Reference

ToolPane class

ToolPane members

Microsoft.SharePoint.WebPartPages namespace