C# 클래스 ICSharpCode.TextEditor.Caret.CaretImplementation

상속: IDisposable
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
RequireRedrawOnPositionChange bool

공개 메소드들

메소드 설명
Create ( int width, int height ) : bool
Destroy ( ) : void
Dispose ( ) : void
Hide ( ) : void
PaintCaret ( Graphics g ) : void
SetPosition ( int x, int y ) : bool
Show ( ) : void

메소드 상세

Create() 공개 추상적인 메소드

public abstract Create ( int width, int height ) : bool
width int
height int
리턴 bool

Destroy() 공개 추상적인 메소드

public abstract Destroy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Hide() 공개 추상적인 메소드

public abstract Hide ( ) : void
리턴 void

PaintCaret() 공개 추상적인 메소드

public abstract PaintCaret ( Graphics g ) : void
g System.Drawing.Graphics
리턴 void

SetPosition() 공개 추상적인 메소드

public abstract SetPosition ( int x, int y ) : bool
x int
y int
리턴 bool

Show() 공개 추상적인 메소드

public abstract Show ( ) : void
리턴 void

프로퍼티 상세

RequireRedrawOnPositionChange 공개적으로 프로퍼티

public bool RequireRedrawOnPositionChange
리턴 bool