C# 클래스 ARCed.Scintilla.DropMarkers

상속: TopLevelHelper
파일 보기 프로젝트 열기: borisblizzard/arcreator

Private Properties

프로퍼티 타입 설명
DropMarkers System.Collections.Generic
GetCurrentTopOffset int
ResetSharedStackName void
ShouldSerialize bool
ShouldSerializeSharedStackName bool

공개 메소드들

메소드 설명
Collect ( ) : void

Collects the last dropped DropMarker

When a DropMarker is collected the current document posision is moved to the DropMarker posision, the DropMarker is removed from the stack and the visual indicator is removed.

Drop ( ) : DropMarker

Drops a DropMarker at the current document position

Dropping a DropMarker creates a visual marker (red triangle) indicating the DropMarker point.

Drop ( int position ) : DropMarker

Drops a DropMarker at the specified document position

Dropping a DropMarker creates a visual marker (red triangle) indicating the DropMarker point.

비공개 메소드들

메소드 설명
DropMarkers ( Scintilla scintilla ) : System.Collections.Generic
GetCurrentTopOffset ( ) : int
ResetSharedStackName ( ) : void
ShouldSerialize ( ) : bool
ShouldSerializeSharedStackName ( ) : bool

메소드 상세

Collect() 공개 메소드

Collects the last dropped DropMarker
When a DropMarker is collected the current document posision is moved to the DropMarker posision, the DropMarker is removed from the stack and the visual indicator is removed.
public Collect ( ) : void
리턴 void

Drop() 공개 메소드

Drops a DropMarker at the current document position
Dropping a DropMarker creates a visual marker (red triangle) indicating the DropMarker point.
public Drop ( ) : DropMarker
리턴 DropMarker

Drop() 공개 메소드

Drops a DropMarker at the specified document position
Dropping a DropMarker creates a visual marker (red triangle) indicating the DropMarker point.
public Drop ( int position ) : DropMarker
position int
리턴 DropMarker