Freigeben über


InputFormTextBox.RichText-Eigenschaft

Dient zum Abrufen oder Festlegen eines booleschen Werts, das angibt, ob im Feld rich-Text-Formatierung verwendet werden kann.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property RichText As Boolean
    Get
    Set
'Usage
Dim instance As InputFormTextBox
Dim value As Boolean

value = instance.RichText

instance.RichText = value
public bool RichText { get; set; }

Eigenschaftswert

Typ: System.Boolean
true, Wenn rich-Text-Formatierung verwendet werden kann. anderenfalls false.

Siehe auch

Referenz

InputFormTextBox Klasse

InputFormTextBox-Member

Microsoft.SharePoint.WebControls-Namespace