C# 클래스 ARCed.Scintilla.EndOfLine

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

공개 메소드들

메소드 설명
ConvertAllLines ( EndOfLineMode toMode ) : void

Converts all lines in the document to the given mode.

비공개 메소드들

메소드 설명
EndOfLine ( Scintilla scintilla ) : System.ComponentModel
ResetIsVisible ( ) : void
ResetMode ( ) : void
ShouldSerialize ( ) : bool
ShouldSerializeIsVisible ( ) : bool
ShouldSerializeMode ( ) : bool

메소드 상세

ConvertAllLines() 공개 메소드

Converts all lines in the document to the given mode.
public ConvertAllLines ( EndOfLineMode toMode ) : void
toMode EndOfLineMode The EndOfLineMode to convert all lines to
리턴 void