StatusNotesControl Constructor (IdentityControl)
Initializes a new instance of the StatusNotesControl class with the specified IdentityControl that contains the StatusNotesControl object.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
'Declaration
Public Sub New ( _
parent As IdentityControl _
)
'Usage
Dim parent As IdentityControl
Dim instance As New StatusNotesControl(parent)
public StatusNotesControl(
IdentityControl parent
)
parent
Type: Microsoft.SharePoint.Portal.WebControls.IdentityControlAn object that contains the StatusNotesControl.
The StatusNotesControl object uses the UserProfile from the specified IdentityControl object.