ARCed.Scintilla.AnnotationCollection.ClearAll C# (CSharp) 메소드

ClearAll() 공개 메소드

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