UltimateEditor Class Library

UltimateEditor.AutoCleanWordFormatOnPaste Property

Gets or sets a value that indicates whether to automatically clean Word format on paste without displaying a confirmation.

[Visual Basic]
Public Property AutoCleanWordFormatOnPaste As Boolean
[C#]
public bool AutoCleanWordFormatOnPaste {get; set;}

Property Value

true if Word format is automatically cleaned on paste without displaying a confirmation; otherwise, false. The default value is false.

Remarks

Use this property to automatically clean Word format on paste without displaying a confirmation.

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace