Method ReparseText
ReparseText(bool, int, int)
Reparses entire text.
Specifies whether parser should perform the task in the separate thread Specifies first changed line in the source text. Specifies last changed line in the source text.public virtual void ReparseText(bool useThread, int first, int last)
Parameters
ReparseText(bool)
Reparses entire text.
Specifies whether parser should perform the task in the separate threadpublic virtual void ReparseText(bool useThread)
Parameters
useThread
bool
ReparseText()
Reparses entire text.
public virtual void ReparseText()