C# 클래스 ScintillaNET_Kitchen.ScintillaEx

상속: ScintillaNET.Scintilla
파일 보기 프로젝트 열기: uuf6429/ScintillaNET-Kitchen 1 사용 예제들

공개 메소드들

메소드 설명
GetKeywords ( int sid ) : string
ScintillaEx ( ) : System
SetKeywords ( int sid, string keywords ) : void

보호된 메소드들

메소드 설명
DoUpdateLineMargin ( int lineMarginChars ) : void
UpdateLineMargin ( ) : void

메소드 상세

DoUpdateLineMargin() 보호된 메소드

protected DoUpdateLineMargin ( int lineMarginChars ) : void
lineMarginChars int
리턴 void

GetKeywords() 공개 메소드

public GetKeywords ( int sid ) : string
sid int
리턴 string

ScintillaEx() 공개 메소드

public ScintillaEx ( ) : System
리턴 System

SetKeywords() 공개 메소드

public SetKeywords ( int sid, string keywords ) : void
sid int
keywords string
리턴 void

UpdateLineMargin() 보호된 메소드

protected UpdateLineMargin ( ) : void
리턴 void