Partager via


TextEditor.EditorWidth, propriété (Microsoft.SharePoint.Portal.WebControls)

Gets or sets the width of the text editor.

Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Public Property EditorWidth As Unit
'Utilisation
Dim instance As TextEditor
Dim value As Unit

value = instance.EditorWidth

instance.EditorWidth = value
public Unit EditorWidth { get; set; }

Valeur de la propriété

A System.Web.UI.WebControls.Unit that represents the width of the text editor.

Remarques

The default is 600 pixels.

Voir aussi

Référence

TextEditor, classe
Membres TextEditor
Microsoft.SharePoint.Portal.WebControls, espace de noms