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()
{signature}{signature:</p>
} Public
Signature
vb.net
vb.net

<p>Public Overridable Sub DeleteElement()
{signature}
{example}{code:csharp|title=C#}</p>
Example
Code Block
csharp
csharp
titleC#

e.DeleteElement();
{code} {code:
Code Block
vb.net
|title=
vb.net
titlevb.net
}

e.DeleteElement()
{code} {example}