ARCed.Scintilla.AnnotationCollection.ClearAll C# (CSharp) Method

ClearAll() public method

Removes all annotations from the document.
This is equivalent to setting the Annotation.Text property to null for each line.
public ClearAll ( ) : void
return void
		public virtual void ClearAll()
		{
			this._scintilla.DirectMessage(NativeMethods.SCI_ANNOTATIONCLEARALL, IntPtr.Zero, IntPtr.Zero);
		}