TextEditor.RestrictedMode, propriété (Microsoft.SharePoint.Portal.WebControls)
Gets or sets a value indicating whether the text editor is in restricted mode. Restricted mode does not support the Copy, Cut, Paste, or Insert Image function.
Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Property RestrictedMode As Boolean
'Utilisation
Dim instance As TextEditor
Dim value As Boolean
value = instance.RestrictedMode
instance.RestrictedMode = value
public bool RestrictedMode { get; set; }
Voir aussi
Référence
TextEditor, classe
Membres TextEditor
Microsoft.SharePoint.Portal.WebControls, espace de noms