ARCed.Scintilla.DropMarkers.Drop C# (CSharp) Method

Drop() public method

Drops a DropMarker at the current document position
Dropping a DropMarker creates a visual marker (red triangle) indicating the DropMarker point.
public Drop ( ) : DropMarker
return DropMarker
        public DropMarker Drop()
        {
            return this.Drop(NativeScintilla.GetCurrentPos());
        }

Same methods

DropMarkers::Drop ( int position ) : DropMarker