SPMobileNoteField.RichText Property
Gets a value indicating whether the note field is in Rich Text Format.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property RichText As Boolean
Get
'Usage
Dim instance As SPMobileNoteField
Dim value As Boolean
value = instance.RichText
public bool RichText { get; }
Property Value
Type: System.Boolean
true if the contents of the field are formatted as rich text; otherwise, false.