SPMobileNoteField.RichText - Propriété
Obtient une valeur indiquant si le champ de note est au Format RTF.
Espace de noms : Microsoft.SharePoint.Mobile.WebControls
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property RichText As Boolean
Get
'Utilisation
Dim instance As SPMobileNoteField
Dim value As Boolean
value = instance.RichText
public bool RichText { get; }
Valeur de propriété
Type : System.Boolean
true si la valeur de ce champ est mises en forme en tant que texte enrichi ; dans le cas contraire, false.