Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

Deletes all the text and properties of this Element. The element then is no longer a valid element of the type. It is now just a position of where that element used to be.

Signature
C#
C#
<p> public virtual void DeleteElement()</p>
Signature
vb.net
vb.net
<p>Public Overridable Sub DeleteElement()</p>
Example
Code Block
csharp
csharp
titleC#
e.DeleteElement();
Code Block
vb.net
vb.net
titlevb.net
e.DeleteElement()