C# 클래스 ScintillaWrapper, AutoCompleteMenu-ScintillaNET

상속: ITextBoxWrapper
파일 보기 프로젝트 열기: JohnyMac/AutoCompleteMenu-ScintillaNET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
target Scintilla

공개 메소드들

메소드 설명
GetPositionFromCharIndex ( int pos ) : Point
ScintillaWrapper ( Scintilla trgt ) : System

메소드 상세

GetPositionFromCharIndex() 공개 메소드

public GetPositionFromCharIndex ( int pos ) : Point
pos int
리턴 Point

ScintillaWrapper() 공개 메소드

public ScintillaWrapper ( Scintilla trgt ) : System
trgt Scintilla
리턴 System

프로퍼티 상세

target 공개적으로 프로퍼티

public Scintilla target
리턴 Scintilla