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)
Available in Sandboxed Solutions: No
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.