TextParagraph.EndEdit

TextParagraph.EndEdit method

Ends the editing of the TextParagraph.

public void EndEdit()

Remarks

Improves performance of TextParagraph population. Any layout calculation is suspended until EndEdit method is invoked. Note that method invoke can’t be nested.

See Also