StatusNotesControl.DisplayBigNote Property
Gets or sets a value that indicates whether to display the status notes in a larger text block.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property DisplayBigNote As Boolean
Get
Set
'Usage
Dim instance As StatusNotesControl
Dim value As Boolean
value = instance.DisplayBigNote
instance.DisplayBigNote = value
public bool DisplayBigNote { get; set; }
Property Value
Type: System.Boolean
true to display the status notes in a larger text block; otherwise, false.
Remarks
The default value is true.