C# 클래스 _3PA.Scintilla

Use this class to communicate with scintilla
파일 보기 프로젝트 열기: jcaillon/3P

공개 메소드들

메소드 설명
Scintilla ( IntPtr scintillaHandle ) : System
Send ( SciMsg msg ) : IntPtr
Send ( SciMsg msg, IntPtr wParam ) : IntPtr
Send ( SciMsg msg, IntPtr wParam, IntPtr lParam ) : IntPtr
UpdateScintillaDirectMessage ( IntPtr scintillaHandle ) : void

Should be called each time the current scintilla changes to send the messages to the right instance of scintilla Instanciates the direct message function

메소드 상세

Scintilla() 공개 메소드

public Scintilla ( IntPtr scintillaHandle ) : System
scintillaHandle System.IntPtr
리턴 System

Send() 공개 메소드

public Send ( SciMsg msg ) : IntPtr
msg SciMsg
리턴 System.IntPtr

Send() 공개 메소드

public Send ( SciMsg msg, IntPtr wParam ) : IntPtr
msg SciMsg
wParam System.IntPtr
리턴 System.IntPtr

Send() 공개 메소드

public Send ( SciMsg msg, IntPtr wParam, IntPtr lParam ) : IntPtr
msg SciMsg
wParam System.IntPtr
lParam System.IntPtr
리턴 System.IntPtr

UpdateScintillaDirectMessage() 공개 메소드

Should be called each time the current scintilla changes to send the messages to the right instance of scintilla Instanciates the direct message function
public UpdateScintillaDirectMessage ( IntPtr scintillaHandle ) : void
scintillaHandle System.IntPtr
리턴 void