C# 클래스 AutocompleteMenuNS.TextBoxWrapper

Wrapper over the control like TextBox.
상속: ITextBoxWrapper
파일 보기 프로젝트 열기: samarjeet27/ynoteclassic 1 사용 예제들

공개 메소드들

메소드 설명
Create ( Control targetControl ) : TextBoxWrapper
FindForm ( ) : Form
GetPositionFromCharIndex ( int pos ) : Point

보호된 메소드들

메소드 설명
Init ( ) : void

비공개 메소드들

메소드 설명
TextBoxWrapper ( Control targetControl ) : System
TextBoxWrapper_VScroll ( object sender, EventArgs e ) : void

메소드 상세

Create() 공개 정적인 메소드

public static Create ( Control targetControl ) : TextBoxWrapper
targetControl System.Windows.Forms.Control
리턴 TextBoxWrapper

FindForm() 공개 메소드

public FindForm ( ) : Form
리턴 System.Windows.Forms.Form

GetPositionFromCharIndex() 공개 메소드

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

Init() 보호된 메소드

protected Init ( ) : void
리턴 void