Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Renders a control that is used to display information about a user's current status.
The StatusNotesControl type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
StatusNotesControl() | Initializes a new instance of the StatusNotesControl class. |
![]() |
StatusNotesControl(IdentityControl) | Initializes a new instance of the StatusNotesControl class with the specified IdentityControl that contains the StatusNotesControl object. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
DisplayBigNote | Gets or sets a value that indicates whether to display the status notes in a larger text block. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
GetCallbackResult | Returns the results of a callback event that targets the StatusNotesControl control. |
![]() |
OnPreRender | Raises the PreRender event. (Overrides Control.OnPreRender(EventArgs).) |
![]() |
RaiseCallbackEvent | Updates the status notes property of the UserProfile according to the specified event argument, and stores that information for the callback handler in the GetCallbackResult() method. |
![]() |
Render | Renders the content of the StatusNotesControl to the specified HtmlTextWriter object. (Overrides WebControl.Render(HtmlTextWriter).) |
Top